initial commit
This commit is contained in:
28
bts.jsonc
Normal file
28
bts.jsonc
Normal file
@@ -0,0 +1,28 @@
|
||||
// Better-T-Stack configuration file
|
||||
// safe to delete
|
||||
|
||||
{
|
||||
"$schema": "https://r2.better-t-stack.dev/schema.json",
|
||||
"version": "3.2.6",
|
||||
"createdAt": "2025-10-21T14:06:42.422Z",
|
||||
"database": "none",
|
||||
"orm": "none",
|
||||
"backend": "convex",
|
||||
"runtime": "none",
|
||||
"frontend": [
|
||||
"svelte"
|
||||
],
|
||||
"addons": [
|
||||
"biome",
|
||||
"turborepo"
|
||||
],
|
||||
"examples": [
|
||||
"todo"
|
||||
],
|
||||
"auth": "none",
|
||||
"packageManager": "bun",
|
||||
"dbSetup": "none",
|
||||
"api": "none",
|
||||
"webDeploy": "none",
|
||||
"serverDeploy": "none"
|
||||
}
|
||||
Reference in New Issue
Block a user