generated from tailored/router-db-template
fix
This commit is contained in:
@@ -7,6 +7,7 @@ import path from 'path';
|
||||
const rp = (resolvePath) => {
|
||||
return path.resolve(process.cwd(), resolvePath);
|
||||
};
|
||||
const external = ['jsdom']
|
||||
// bun run src/index.ts --
|
||||
await Bun.build({
|
||||
target: 'node',
|
||||
@@ -16,6 +17,7 @@ await Bun.build({
|
||||
naming: {
|
||||
entry: 'app.mjs',
|
||||
},
|
||||
external: external,
|
||||
|
||||
define: {
|
||||
VERSION: JSON.stringify(pkg.version),
|
||||
|
||||
Reference in New Issue
Block a user