forked from github/plane
eba2f3820a
* dev : Updating the limit of the issues in the sidebar and a weight list modal * dev: integrated supabase and implemented web waitlist api endpoint * dev : updated web pro weightlist request * dev: rename typo * dev: web waitlist endpoint update * update: ui fixes * fix: removed supabase from env.example * chore: replaced supabase npm package to cdn * chore: updated supabase req * fix: Handled error status and error message. --------- Co-authored-by: srinivaspendem <you@example.comsrinivaspendem2612@gmail.com> Co-authored-by: gurusainath <gurusainath007@gmail.com>
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalEnv": [
|
|
"NEXT_PUBLIC_GITHUB_ID",
|
|
"NEXT_PUBLIC_GOOGLE_CLIENTID",
|
|
"NEXT_PUBLIC_API_BASE_URL",
|
|
"API_BASE_URL",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_AUTH_TOKEN",
|
|
"NEXT_PUBLIC_SENTRY_ENVIRONMENT",
|
|
"NEXT_PUBLIC_GITHUB_APP_NAME",
|
|
"NEXT_PUBLIC_ENABLE_SENTRY",
|
|
"NEXT_PUBLIC_ENABLE_OAUTH",
|
|
"NEXT_PUBLIC_UNSPLASH_ACCESS",
|
|
"NEXT_PUBLIC_UNSPLASH_ENABLED",
|
|
"NEXT_PUBLIC_TRACK_EVENTS",
|
|
"TRACKER_ACCESS_KEY",
|
|
"NEXT_PUBLIC_CRISP_ID",
|
|
"NEXT_PUBLIC_ENABLE_SESSION_RECORDER",
|
|
"NEXT_PUBLIC_SESSION_RECORDER_KEY",
|
|
"NEXT_PUBLIC_EXTRA_IMAGE_DOMAINS",
|
|
"NEXT_PUBLIC_SLACK_CLIENT_ID",
|
|
"NEXT_PUBLIC_SLACK_CLIENT_SECRET",
|
|
"NEXT_PUBLIC_SUPABASE_URL",
|
|
"NEXT_PUBLIC_SUPABASE_ANON_KEY"
|
|
],
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**", "dist/**"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"start": {
|
|
"cache": false
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|