chore: 整体优化

This commit is contained in:
wangxuefeng
2025-02-19 21:15:15 +08:00
parent 52a32bb31e
commit 19da7ce0dd
23 changed files with 22375 additions and 176 deletions

View File

@@ -1 +1,13 @@
export const PORT = 8080;
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,
};