Merge branch 'master' into develop

This commit is contained in:
Jan Prochazka
2022-05-21 08:05:39 +02:00
4 changed files with 8 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
"scripts": {
"build": "rollup -c",
"dev": "cross-env API_URL=http://localhost:3000 rollup -c -w",
"start": "sirv public",
"start": "sirv public --port 5001",
"validate": "svelte-check",
"prepublishOnly": "yarn build"
},