chore: add support for windows development

closes #246
This commit is contained in:
Joxit 2022-04-08 23:24:21 +02:00
parent 3af4438815
commit ab12cceefc
No known key found for this signature in database
GPG key ID: F526592B8E012263

View file

@ -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"
},