export const APP = { PLATFORM: "platform", DESIGNER: "designer", RENDERER: "renderer", Y_CODE_V1: "y-code-v1", }; export const DEV_SERVER_PORT = { [APP.PLATFORM]: 10000, [APP.DESIGNER]: 10001, [APP.RENDERER]: 10002, [APP.Y_CODE_V1]: 10003, };