JSX component support and time command

This commit is contained in:
JB
2026-01-02 16:08:20 -05:00
parent eece9b1257
commit bba8c4f6f1
71 changed files with 1214 additions and 429 deletions

View File

@@ -18,6 +18,8 @@ export default defineConfig([
],
platform: 'node',
dts: true,
minify: false,
mangle: false,
external: ['bun:sqlite', 'bun'],
},
]);