mirror of
https://github.com/ershisan99/mlb-overlay-server.git
synced 2026-02-02 21:02:07 +00:00
initial commit
This commit is contained in:
22
bts.jsonc
Normal file
22
bts.jsonc
Normal file
@@ -0,0 +1,22 @@
|
||||
// Better-T-Stack configuration file
|
||||
// safe to delete
|
||||
|
||||
{
|
||||
"$schema": "https://better-t-stack.dev/schema.json",
|
||||
"version": "2.27.1",
|
||||
"createdAt": "2025-07-28T09:36:18.954Z",
|
||||
"database": "postgres",
|
||||
"orm": "drizzle",
|
||||
"backend": "hono",
|
||||
"runtime": "bun",
|
||||
"frontend": [
|
||||
"tanstack-router"
|
||||
],
|
||||
"addons": [],
|
||||
"examples": [],
|
||||
"auth": true,
|
||||
"packageManager": "bun",
|
||||
"dbSetup": "none",
|
||||
"api": "trpc",
|
||||
"webDeploy": "none"
|
||||
}
|
||||
Reference in New Issue
Block a user