fix: remove unused external dependency '@kevisual/router'

This commit is contained in:
2026-01-18 20:57:22 +08:00
parent 7b0b00feff
commit 3618d18915

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', 'bun', '@kevisual/router'];
const external = ['sequelize', 'pg', 'sqlite3', 'ioredis', 'pm2', 'bun'];
/**
* @type {import('bun').BuildConfig}
*/