generated from nhcarrigan/template
feat: use db for rag
This commit is contained in:
+4
-1
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^lint", "^test"],
|
||||
"dependsOn": ["^lint", "^test", "^db"],
|
||||
"outputs": ["dist/**", "prod/**"]
|
||||
},
|
||||
"test": {
|
||||
@@ -14,6 +14,9 @@
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"db": {
|
||||
"cache": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user