aboutsummaryrefslogtreecommitdiff
path: root/turbo.json
diff options
context:
space:
mode:
authorYash <[email protected]>2024-04-11 04:52:44 +0000
committerYash <[email protected]>2024-04-11 04:52:44 +0000
commit6dcc7d18c9be5e3a5e0a3ff60668424ee0158b4e (patch)
tree179aa936536510cc707368fc7c330c4c7fbdc3f8 /turbo.json
parentnovel editor (diff)
parentsave user ID with url to ensure that same website can be saved by users (diff)
downloadsupermemory-new-ui.tar.xz
supermemory-new-ui.zip
Merge branch 'main' of https://github.com/Dhravya/supermemory into new-uinew-ui
Diffstat (limited to 'turbo.json')
-rw-r--r--turbo.json28
1 files changed, 6 insertions, 22 deletions
diff --git a/turbo.json b/turbo.json
index c6d7360d..e2356771 100644
--- a/turbo.json
+++ b/turbo.json
@@ -2,39 +2,23 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
- "outputs": [
- ".next/**",
- "!.next/cache/**"
- ]
+ "outputs": [".next/**", "!.next/cache/**"]
},
"deploy": {
- "dependsOn": [
- "build",
- "test",
- "lint"
- ]
+ "dependsOn": ["build", "test", "lint"]
},
"db:push": {},
"db:studio": {},
"test": {
- "dependsOn": [
- "build"
- ],
- "inputs": [
- "src/**/*.tsx",
- "src/**/*.ts",
- "test/**/*.ts",
- "test/**/*.tsx"
- ]
+ "dependsOn": ["build"],
+ "inputs": ["src/**/*.tsx", "src/**/*.ts", "test/**/*.ts", "test/**/*.tsx"]
},
"lint": {},
"type-check": {},
"dev": {
- "env": [
- "NODE_ENV=development"
- ],
+ "env": ["NODE_ENV=development"],
"cache": false,
"persistent": true
}
}
-} \ No newline at end of file
+}