We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5562f commit 8bc98c8Copy full SHA for 8bc98c8
backend/code-execution-service/server.ts
@@ -1,6 +1,6 @@
1
import app from "./app";
2
3
-const PORT = process.env.SERVICE_PORT || 3003;
+const PORT = process.env.SERVICE_PORT || 3004;
4
5
if (process.env.NODE_ENV !== "test") {
6
app.listen(PORT, () => {
0 commit comments