feat: balance checks and README - v1 complete

This commit is contained in:
2026-06-12 15:18:48 +00:00
parent a32749c14a
commit 395c0e851d
3 changed files with 65 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { defineConfig } from 'vite';
export default defineConfig({
build: { target: 'esnext' }, // top-level await in src/main.js
});