2 lines
128 B
TypeScript
2 lines
128 B
TypeScript
export const WEBCOMPONENT_ROOM_URL = 'http://localhost:5080/';
|
|
export const RUN_MODE = process.env['RUN_MODE'] || 'development'; |