feat: SSG构建|GO二进制SSG产物打包

This commit is contained in:
MatrixSeven
2025-08-02 13:36:01 +08:00
parent 0000be2a68
commit c163756d2c
32 changed files with 1938 additions and 1072 deletions

View File

@@ -1,5 +1,6 @@
# 开发环境配置
GO_BACKEND_URL=http://localhost:8080
NEXT_PUBLIC_API_BASE_URL=http://localhost:3000
NEXT_PUBLIC_BACKEND_URL=http://localhost:8080
NEXT_PUBLIC_WS_URL=ws://localhost:8080/ws
NODE_ENV=development