Skip to content

Commit 7e0f17e

Browse files
committed
remove old inspector link
1 parent 950796c commit 7e0f17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

svelte.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import adapter from '@sveltejs/adapter-static';
55
export default {
66
preprocess: [vitePreprocess()],
77
compilerOptions: {immutable: true},
8-
vitePlugin: {inspector: true}, // docs: https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md
8+
vitePlugin: {inspector: true},
99
kit: {
1010
adapter: adapter(),
1111
alias: {$routes: 'src/routes', $fixtures: 'src/fixtures'},

0 commit comments

Comments
 (0)