chore: explicitly use development flag
This commit is contained in:
parent
01ecdcb663
commit
51eaa99441
3 changed files with 5 additions and 7 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue