mirror of
https://github.com/xodio/xod.git
synced 2026-03-08 01:36:50 +01:00
3 lines
114 B
JavaScript
3 lines
114 B
JavaScript
export const PORT = process.env.STATIC_SERVER_PORT || 8081;
|
|
export const SERVER_URL = `http://localhost:${PORT}`;
|