feat: local-cpl-sim.mjs port 3000

This commit is contained in:
ISA
2025-09-05 07:19:12 +02:00
parent 124b1c1e59
commit bd683d021a
6 changed files with 11 additions and 6 deletions

View File

@@ -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