mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 22:25:00 -05:00
40 lines
853 B
JSON
40 lines
853 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"ui": "tui",
|
|
"tasks": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"inputs": ["$TURBO_DEFAULT$", ".env*"],
|
|
"outputs": [".next/**", "!.next/cache/**"],
|
|
"env": [
|
|
"NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY",
|
|
"CLERK_SECRET_KEY",
|
|
"NEXT_PUBLIC_IS_AUTH",
|
|
"NEXT_PUBLIC_CLERK_SWITCH_DOMAIN",
|
|
"NEXT_PUBLIC_STAGE_2",
|
|
"NEXT_PUBLIC_CLERK_SIGN_IN_FORCE_REDIRECT_URL",
|
|
"NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL",
|
|
"MHSF_BACKEND_API_LOCATION",
|
|
"MHSF_BACKEND_SECRET",
|
|
"MONGO_DB",
|
|
"WEBHOOK_AUTH",
|
|
"LINEAR",
|
|
"BS_TOKEN",
|
|
"BS_STATUS_PAGE",
|
|
"BS_STATUS_MAIN_WEBSITE",
|
|
"CLERK_USER_PREFIX"
|
|
]
|
|
},
|
|
"lint": {
|
|
"dependsOn": ["^lint"]
|
|
},
|
|
"check-types": {
|
|
"dependsOn": ["^check-types"]
|
|
},
|
|
"dev": {
|
|
"cache": false,
|
|
"persistent": true
|
|
}
|
|
}
|
|
}
|