Skip to content

Commit ab12cce

Browse files
committed
chore: add support for windows development
closes #246
1 parent 3af4438 commit ab12cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docker-registry-ui",
33
"version": "2.1.0",
44
"scripts": {
5-
"start": "ROLLUP_SERVE=true rollup -c -w",
5+
"start": "rollup -c -w --environment ROLLUP_SERVE:true",
66
"build": "rollup -c",
77
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"
88
},

0 commit comments

Comments
 (0)