refactor: replace tsx with bun for TypeScript execution (#278)
This commit is contained in:
@@ -90,10 +90,8 @@ describe("gateway SIGTERM", () => {
|
||||
const err: string[] = [];
|
||||
|
||||
child = spawn(
|
||||
process.execPath,
|
||||
"bun",
|
||||
[
|
||||
"--import",
|
||||
"tsx",
|
||||
"src/index.ts",
|
||||
"gateway",
|
||||
"--port",
|
||||
|
||||
Reference in New Issue
Block a user