chore: explicitly use development flag

This commit is contained in:
Daniel Roe 2022-12-18 00:15:19 +00:00
parent 01ecdcb663
commit 51eaa99441
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
3 changed files with 5 additions and 7 deletions

View file

@ -6,8 +6,6 @@
"homepage": "https://elk.zone/",
"scripts": {
"build": "nuxi build",
"build:pwa": "VITE_DEV_PWA=true nuxi build",
"build:netlify:pwa": "VITE_DEV_PWA=true NITRO_PRESET=netlify nuxi build",
"dev": "nuxi dev --port 5314",
"dev:pwa": "VITE_DEV_PWA=true nuxi dev --port 5314",
"dev:mocked": "nuxi dev --port 5314 --dotenv .env.mock",