chore: disable inspector in playground (#16836)

pull/16824/head
Rich Harris 22 hours ago committed by GitHub
parent 1ef297f25d
commit 0ed0f1ef69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"prepare": "node scripts/create-app-svelte.js",
"dev": "vite --host",
"ssr": "node --conditions=development ./ssr-dev.js",
"dev": "SVELTE_INSPECTOR_OPTIONS=false vite --host",
"ssr": "SVELTE_INSPECTOR_OPTIONS=false 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