[M] Migrate to vite + ts

This commit is contained in:
2024-12-15 22:08:46 -05:00
parent 2a9cb40e08
commit 2d40f304c7
16 changed files with 92 additions and 12235 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import preact from '@preact/preset-vite'
// https://vite.dev/config/
export default defineConfig({
plugins: [preact()],
})