Rewrite site. Again. With JS and Vite

This commit is contained in:
2026-08-11 02:35:44 -04:00
parent a433a534a7
commit 7e9e744f0d
46 changed files with 1657 additions and 1523 deletions
+6
View File
@@ -0,0 +1,6 @@
import { rm } from 'node:fs/promises';
await Promise.all([
rm('.generated', { recursive: true, force: true }),
rm('dist', { recursive: true, force: true }),
]);