chore: fix sandbox (#14596)

pull/14597/head
Rich Harris 9 months ago committed by GitHub
parent 98286349b2
commit 08e2cf25b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,7 +6,7 @@
"scripts": {
"prepare": "node scripts/create-app-svelte.js",
"dev": "vite --host",
"ssr": "node ./ssr-dev.js",
"ssr": "node --conditions=development ./ssr-dev.js",
"build": "vite build --outDir dist/client && vite build --outDir dist/server --ssr ssr-prod.js",
"prod": "npm run build && node dist/server/ssr-prod",
"preview": "vite preview"

Loading…
Cancel
Save