This commit is contained in:
2025-12-26 18:27:47 +08:00
parent 413c147109
commit 3a3e69102a
3 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
import { buildWithBun } from '@kevisual/code-builder'
buildWithBun({
external: ['playwright', 'better-sqlite3']
external: ['playwright', 'better-sqlite3'],
target: 'node',
meta: import.meta,
})