14 lines
374 B
TOML
14 lines
374 B
TOML
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"
|
|
|