Initial commit for project Spoon!
This commit is contained in:
+102
@@ -0,0 +1,102 @@
|
||||
{
|
||||
"$schema": "https://v2-9-18.turborepo.dev/schema.json",
|
||||
"globalDependencies": [".infisical.json", ".local/*.env"],
|
||||
"globalEnv": [
|
||||
"NODE_ENV",
|
||||
"INFISICAL_ENV",
|
||||
"SENTRY_AUTH_TOKEN",
|
||||
"SENTRY_DISABLE_AUTO_UPLOAD",
|
||||
"NEXT_PUBLIC_SITE_URL",
|
||||
"NEXT_PUBLIC_CONVEX_URL",
|
||||
"NEXT_PUBLIC_PLAUSIBLE_URL",
|
||||
"NEXT_PUBLIC_SENTRY_DSN",
|
||||
"NEXT_PUBLIC_SENTRY_URL",
|
||||
"NEXT_PUBLIC_SENTRY_ORG",
|
||||
"NEXT_PUBLIC_SENTRY_PROJECT_NAME",
|
||||
"CONVEX_SELF_HOSTED_URL",
|
||||
"CONVEX_SELF_HOSTED_ADMIN_KEY",
|
||||
"CONVEX_SITE_URL",
|
||||
"USESEND_API_KEY",
|
||||
"USESEND_URL",
|
||||
"USESEND_FROM_EMAIL",
|
||||
"AUTH_AUTHENTIK_ID",
|
||||
"AUTH_AUTHENTIK_SECRET",
|
||||
"AUTH_AUTHENTIK_ISSUER",
|
||||
"SKIP_E2E",
|
||||
"BASE_URL",
|
||||
"NETWORK",
|
||||
"NEXT_CONTAINER_NAME",
|
||||
"NEXT_DOMAIN",
|
||||
"NEXT_PORT",
|
||||
"BACKEND_TAG",
|
||||
"DASHBOARD_TAG",
|
||||
"BACKEND_CONTAINER_NAME",
|
||||
"DASHBOARD_CONTAINER_NAME",
|
||||
"BACKEND_DOMAIN",
|
||||
"DASHBOARD_DOMAIN",
|
||||
"INSTANCE_NAME",
|
||||
"INSTANCE_SECRET",
|
||||
"CONVEX_CLOUD_ORIGIN",
|
||||
"CONVEX_SITE_ORIGIN",
|
||||
"NEXT_PUBLIC_DEPLOYMENT_URL",
|
||||
"LOCAL_INSTANCE_NAME",
|
||||
"LOCAL_INSTANCE_SECRET",
|
||||
"POSTGRES_CONTAINER_NAME",
|
||||
"POSTGRES_USER",
|
||||
"POSTGRES_PASSWORD",
|
||||
"POSTGRES_DB",
|
||||
"POSTGRES_PORT",
|
||||
"POSTGRES_URL",
|
||||
"BACKEND_PORT",
|
||||
"SITE_PROXY_PORT",
|
||||
"DASHBOARD_PORT"
|
||||
],
|
||||
"globalPassThroughEnv": ["NODE_ENV"],
|
||||
"ui": "tui",
|
||||
"tasks": {
|
||||
"topo": {
|
||||
"dependsOn": ["^topo"]
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": [".cache/tsbuildinfo.json", "dist/**"]
|
||||
},
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": false
|
||||
},
|
||||
"dev:tunnel": {
|
||||
"cache": false,
|
||||
"persistent": false
|
||||
},
|
||||
"dev:web": {
|
||||
"cache": false,
|
||||
"persistent": false
|
||||
},
|
||||
"format": {
|
||||
"outputs": [".cache/.prettiercache"],
|
||||
"outputLogs": "new-only"
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": ["^topo", "^build"],
|
||||
"outputs": [".cache/.eslintcache"]
|
||||
},
|
||||
"typecheck": {
|
||||
"dependsOn": ["^topo", "^build"],
|
||||
"outputs": [".cache/tsbuildinfo.json"]
|
||||
},
|
||||
"test:unit": { "dependsOn": ["^build"], "cache": false },
|
||||
"test:integration": { "dependsOn": ["^build"], "cache": false },
|
||||
"test:component": { "dependsOn": ["^build"], "cache": false },
|
||||
"clean": {
|
||||
"cache": false
|
||||
},
|
||||
"//#clean": {
|
||||
"cache": false
|
||||
},
|
||||
"ui-add": {
|
||||
"cache": false,
|
||||
"interactive": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user