Switch to SolidJS

This commit is contained in:
2025-08-21 17:05:18 -07:00
parent 5796663486
commit d2fd3d7da0
14 changed files with 831 additions and 228 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { svelte } from '@sveltejs/vite-plugin-svelte';
import { defineConfig } from 'vite';
import solidPlugin from 'vite-plugin-solid';
import { dirname, resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
@@ -20,5 +20,5 @@ export default defineConfig({
server: {
port: 3000,
},
plugins: [svelte()],
plugins: [solidPlugin()],
});