refactor: update test setup, introduce system environment for commands, and streamline frontend build configuration.

This commit is contained in:
2026-01-07 17:17:04 +00:00
parent 57e9bbb4ea
commit 38a8d33242
22 changed files with 518 additions and 432 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ export default defineConfig({
entry: 'src/index.ts',
format: 'es',
outDir: 'dist',
dts: true,
dts: {
build: true
},
sourcemap: true,
target: 'node22',
platform: 'node',