aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f29b7c19..cf138b81 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
- "dev": "portless due vite dev",
+ "dev": "PUBLIC_APP_ORIGIN=https://due.localhost portless due vite dev",
"graphql:generate": "pnpm exec sveltekit-graphql generate",
"build": "pnpm run graphql:generate && vite build",
"preview": "vite preview",