We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3af4438 commit ab12cceCopy full SHA for ab12cce
package.json
@@ -2,7 +2,7 @@
2
"name": "docker-registry-ui",
3
"version": "2.1.0",
4
"scripts": {
5
- "start": "ROLLUP_SERVE=true rollup -c -w",
+ "start": "rollup -c -w --environment ROLLUP_SERVE:true",
6
"build": "rollup -c",
7
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"
8
},
0 commit comments