Initial commit

This commit is contained in:
Georgi Gardev
2023-11-17 18:24:36 +02:00
commit 8fd3d97cd1
49 changed files with 7091 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import solid from "solid-start/vite";
import { defineConfig } from "vite";
export default defineConfig({
plugins: [solid({ ssr: false })],
});