[!IMPORTANT] Svelte maintainers have not reviewed community add-ons for malicious code. Use at your discretion
To install the add-on, run:
npx sv add @symsmith
portThe port for the Vite dev server.
Default: 5173
npx sv add @symsmith="port:3000"
asyncEnable experimental async components (compilerOptions.experimental.async).
Default: true
npx sv add @symsmith="async:false"
remoteFunctionsEnable experimental remote functions (kit.experimental.remoteFunctions).
Default: true
npx sv add @symsmith="remoteFunctions:false"
setupCSSSet up a base CSS reset and global styles. Creates src/lib/styles/reset.css and src/lib/styles/app.css, and imports both in the root +layout.svelte.
Default: true
npx sv add @symsmith="setupCSS:false"
inspectorEnable the Svelte Inspector (vitePlugin.inspector). Configured with toggleKeyCombo: 'alt' and holdMode: true.
Default: true
npx sv add @symsmith="inspector:false"
MIT