fix: set admin API base URL for builds

This commit is contained in:
2026-05-25 21:50:00 -07:00
parent 71aaa08230
commit 82bd00e06d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# API base URL
VITE_API_BASE_URL=
VITE_API_BASE_URL=https://tapi.hifast.biz
# API prefix path
VITE_API_PREFIX=
+1
View File
@@ -13,6 +13,7 @@
[context.admin.environment]
NODE_VERSION = "20"
VITE_API_BASE_URL = "https://tapi.hifast.biz"
# User 用户前台应用
[context.user]