Switched to vite + bun + typescript

This commit is contained in:
2025-10-02 12:58:19 -04:00
parent cd571ea4fb
commit 2edf37044f
12 changed files with 329 additions and 169 deletions

View File

@@ -11,7 +11,7 @@
languages = {
javascript = {
enable = true;
npm = {
bun = {
enable = true;
install.enable = true;
};