add stat fix

This commit is contained in:
2026-01-17 00:41:14 +08:00
parent 94d7d6e8a2
commit e12908f54f
3 changed files with 114 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { execSync } from 'node:child_process';
const entry = 'src/index.ts';
const naming = 'app';
const external = ['sequelize', 'pg', 'sqlite3', 'ioredis', 'pm2'];
const external = ['sequelize', 'pg', 'sqlite3', 'ioredis', 'pm2', 'bun'];
/**
* @type {import('bun').BuildConfig}
*/