We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950796c commit 7e0f17eCopy full SHA for 7e0f17e
svelte.config.js
@@ -5,7 +5,7 @@ import adapter from '@sveltejs/adapter-static';
5
export default {
6
preprocess: [vitePreprocess()],
7
compilerOptions: {immutable: true},
8
- vitePlugin: {inspector: true}, // docs: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md
+ vitePlugin: {inspector: true},
9
kit: {
10
adapter: adapter(),
11
alias: {$routes: 'src/routes', $fixtures: 'src/fixtures'},
0 commit comments