修复:注释掉配置中的meta字段以清理构建设置

This commit is contained in:
2026-02-24 22:10:43 +08:00
parent ebe68b31c9
commit 71eb6bea7f

View File

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