We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3798a71 commit bb1504bCopy full SHA for bb1504b
packages/svelte-query-devtools/svelte.config.js
@@ -0,0 +1,7 @@
1
+import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
2
+
3
+const config = {
4
+ preprocess: vitePreprocess(),
5
+}
6
7
+export default config
0 commit comments