Skip to content

Commit

Permalink
chore: add support for windows development
Browse files Browse the repository at this point in the history
closes #246
  • Loading branch information
Joxit committed Apr 8, 2022
1 parent 3af4438 commit ab12cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docker-registry-ui",
"version": "2.1.0",
"scripts": {
"start": "ROLLUP_SERVE=true rollup -c -w",
"start": "rollup -c -w --environment ROLLUP_SERVE:true",
"build": "rollup -c",
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"
},
Expand Down

0 comments on commit ab12cce

Please sign in to comment.