feat: local-cpl-sim.mjs port 3000
This commit is contained in:
@@ -7,7 +7,7 @@ import http from "http";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
|
||||
const PORT = process.env.PORT ? Number(process.env.PORT) : 3030;
|
||||
const PORT = process.env.PORT ? Number(process.env.PORT) : 3000;
|
||||
const ROOT = path.join(process.cwd(), "out");
|
||||
|
||||
// Simple in-memory caches to speed up local dev
|
||||
|
||||
Reference in New Issue
Block a user