fix: remove unused external dependency '@kevisual/router'
This commit is contained in:
@@ -4,7 +4,7 @@ import { execSync } from 'node:child_process';
|
|||||||
|
|
||||||
const entry = 'src/index.ts';
|
const entry = 'src/index.ts';
|
||||||
const naming = 'app';
|
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}
|
* @type {import('bun').BuildConfig}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user