refactor: update test setup, introduce system environment for commands, and streamline frontend build configuration.
This commit is contained in:
+3
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user