chore: 初始化前端仓库并迁移 admin-ui
- 创建 rui-frontend 前端仓库 - 迁移 admin-ui 管理后台 - 创建 cashier-mobile 和 customer-mobile 占位项目 - 配置 pnpm workspace
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# 管理后台默认租户编号
|
||||
# 该值会在每个 HTTP 请求的 X-Tenant-Id 请求头中透传至后端
|
||||
VITE_TENANT_ID=1
|
||||
# OAuth2 客户端密钥(client_id:client_secret 的 base64 编码)
|
||||
# 用于 /oauth2/token 接口的 Basic 认证
|
||||
VITE_OAUTH2_CLIENT_SECRET=cnVpLWNsaWVudDpydWktc2VjcmV0
|
||||
Reference in New Issue
Block a user