web build fix

This commit is contained in:
Jan Prochazka 2021-04-01 14:05:57 +02:00
parent a05fc90579
commit 8738665dcf

View File

@ -2,7 +2,7 @@
"name": "dbgate-web",
"version": "4.0.0",
"scripts": {
"build": "cross-env API_URL=ORIGIN rollup -c",
"build": "rollup -c",
"dev": "cross-env API_URL=http://localhost:3000 rollup -c -w",
"validate": "svelte-check",
"prepublishOnly": "yarn build"