mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
bfab4865cd
* chore: new service for user assets * chore: update user file assets endpoint
41 lines
863 B
JSON
41 lines
863 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalEnv": [
|
|
"NEXT_PUBLIC_GITHUB_ID",
|
|
"NEXT_PUBLIC_GOOGLE_CLIENTID",
|
|
"NEXT_PUBLIC_API_BASE_URL",
|
|
"NEXT_PUBLIC_DOCSEARCH_API_KEY",
|
|
"NEXT_PUBLIC_DOCSEARCH_APP_ID",
|
|
"NEXT_PUBLIC_DOCSEARCH_INDEX_NAME",
|
|
"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"
|
|
],
|
|
"pipeline": {
|
|
"build": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": [".next/**", "dist/**"]
|
|
},
|
|
"test": {
|
|
"dependsOn": ["^build"],
|
|
"outputs": []
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"start": {
|
|
"cache": false
|
|
},
|
|
"clean": {
|
|
"cache": false
|
|
}
|
|
}
|
|
}
|