fix(dev): set PORT env var

This commit is contained in:
Tat Dat Duong
2025-01-22 02:34:36 +01:00
parent 8d27c9e9f7
commit 666a9cd822
@@ -24,6 +24,9 @@ const isTracingEnabled = () => {
const options = StartServerSchema.parse(JSON.parse(payload));
// Export PORT to the environment
process.env.PORT = options.port.toString();
const [{ host, cleanup }, organizationId] = await Promise.all([
startServer(options),
(async () => {