aboutsummaryrefslogtreecommitdiff
path: root/vite.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'vite.config.ts')
-rw-r--r--vite.config.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/vite.config.ts b/vite.config.ts
new file mode 100644
index 0000000..b52fb10
--- /dev/null
+++ b/vite.config.ts
@@ -0,0 +1,15 @@
+import { defineConfig } from "vite";
+import { svelte } from '@sveltejs/vite-plugin-svelte';
+
+
+// const preprocess = require('svelte-preprocess')
+
+export default defineConfig({
+ plugins: [svelte()]
+ // plugins: [svelte({
+ // preprocess: preprocess()
+ // // hot: {
+ // // // preserveLocalState
+ // // }
+ // })]
+}) \ No newline at end of file