don't let hype apps pick their own port
This commit is contained in:
parent
ac8a0c259a
commit
47e5a57806
|
|
@ -132,7 +132,7 @@ const runApp = async (dir: string, port: number) => {
|
||||||
|
|
||||||
const proc = Bun.spawn(['bun', 'run', 'toes'], {
|
const proc = Bun.spawn(['bun', 'run', 'toes'], {
|
||||||
cwd,
|
cwd,
|
||||||
env: { ...process.env, PORT: String(port) },
|
env: { ...process.env, PORT: String(port), NO_AUTOPORT: 'true' },
|
||||||
stdout: 'pipe',
|
stdout: 'pipe',
|
||||||
stderr: 'pipe',
|
stderr: 'pipe',
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user