Update Convex with no payload to be just like convex with payload but without payload
This commit is contained in:
+34
-3
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"$schema": "https://v2-8-20.turborepo.dev/schema.json",
|
||||
"globalDependencies": ["**/.env.*local"],
|
||||
"$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",
|
||||
@@ -19,7 +21,29 @@
|
||||
"USESEND_FROM_EMAIL",
|
||||
"AUTH_AUTHENTIK_ID",
|
||||
"AUTH_AUTHENTIK_SECRET",
|
||||
"AUTH_AUTHENTIK_ISSUER"
|
||||
"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",
|
||||
"BACKEND_PORT",
|
||||
"SITE_PROXY_PORT",
|
||||
"DASHBOARD_PORT"
|
||||
],
|
||||
"globalPassThroughEnv": ["NODE_ENV"],
|
||||
"ui": "tui",
|
||||
@@ -39,6 +63,10 @@
|
||||
"cache": false,
|
||||
"persistent": false
|
||||
},
|
||||
"dev:web": {
|
||||
"cache": false,
|
||||
"persistent": false
|
||||
},
|
||||
"format": {
|
||||
"outputs": [".cache/.prettiercache"],
|
||||
"outputLogs": "new-only"
|
||||
@@ -51,6 +79,9 @@
|
||||
"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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user