[+] Restart project, rewrite in svelte

This commit is contained in:
2024-12-16 05:17:44 -05:00
parent 29dea779b5
commit ef1bf0b688
53 changed files with 198 additions and 2889 deletions
+7
View File
@@ -0,0 +1,7 @@
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
}