mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add convex
This commit is contained in:
@@ -16,7 +16,12 @@
|
||||
"dev": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
}{{#if (eq backend "convex")}},
|
||||
"setup": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
{{else}}{{#unless (or (eq database "none") (eq orm "none"))}},
|
||||
"db:push": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
@@ -25,5 +30,6 @@
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
}
|
||||
{{/unless}}{{/if}}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user