aboutsummaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/turbo.json b/turbo.json
index 0c71b603..f72e1454 100644
--- a/turbo.json
+++ b/turbo.json
@@ -1,28 +1,28 @@
{
- "$schema": "https://turbo.build/schema.json",
- "globalDependencies": ["**/.env.*local"],
- "tasks": {
- "build": {
- "dependsOn": ["^build"],
- "outputs": [".next/**", "!.next/cache/**"]
- },
- "lint": {
- "dependsOn": ["^lint"]
- },
- "deploy": {},
- "dev": {
- "env": [
- "NODE_ENV=development",
- "GOOGLE_CLIENT_ID",
- "GOOGLE_CLIENT_SECRET",
- "NEXTAUTH_SECRET",
- "R2_ENDPOINT",
- "R2_ACCESS_ID",
- "R2_SECRET_KEY",
- "R2_BUCKET_NAME"
- ],
- "cache": false,
- "persistent": true
- }
- }
+ "$schema": "https://turbo.build/schema.json",
+ "globalDependencies": ["**/.env.*local"],
+ "tasks": {
+ "build": {
+ "dependsOn": ["^build"],
+ "outputs": [".next/**", "!.next/cache/**"]
+ },
+ "lint": {
+ "dependsOn": ["^lint"]
+ },
+ "deploy": {},
+ "dev": {
+ "env": [
+ "NODE_ENV=development",
+ "GOOGLE_CLIENT_ID",
+ "GOOGLE_CLIENT_SECRET",
+ "NEXTAUTH_SECRET",
+ "R2_ENDPOINT",
+ "R2_ACCESS_ID",
+ "R2_SECRET_KEY",
+ "R2_BUCKET_NAME"
+ ],
+ "cache": false,
+ "persistent": true
+ }
+ }
}