add shared resources directory

This commit is contained in:
JCEEE
2026-08-07 11:38:39 +01:00
parent 03dd8db1a2
commit 146549ecbd
3 changed files with 501 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Single source of truth for the three service ports (dev/build-time only,
// used by the Hono proxy). Runtime URLs are set via env (see proxy/src/env.ts).
export const FRONTEND_PORT = "2080";
export const PROXY_PORT = "3456";
export const PB_PORT = "8090";