This commit is contained in:
eric
2025-11-13 05:05:53 +08:00
parent cbdc65f56e
commit 891af61146
691 changed files with 83952 additions and 0 deletions

13
wrangler.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "navsphere"
compatibility_date = "2024-11-11"
compatibility_flags = ["nodejs_compat"]
pages_build_output_dir = ".vercel/output/static"
[env.production.vars]
GITHUB_CLIENT_ID = "Ov23lig3bTXpZHrPO1c8"
GITHUB_OWNER = "tianyaxiang"
GITHUB_REPO = "NavSphere"
GITHUB_BRANCH = "main"
NEXTAUTH_URL = "https://dh.leti.ltd/api/auth"
NEXT_PUBLIC_API_URL="https://dh.leti.ltd"