You've already forked mangowm.github.io
mirror of
https://github.com/mangowm/mangowm.github.io.git
synced 2026-05-02 14:27:46 -07:00
26 lines
492 B
JSON
26 lines
492 B
JSON
// Better-T-Stack configuration file
|
|
// safe to delete
|
|
|
|
{
|
|
"$schema": "https://r2.better-t-stack.dev/schema.json",
|
|
"version": "3.2.8",
|
|
"createdAt": "2025-10-23T13:43:26.990Z",
|
|
"database": "none",
|
|
"orm": "none",
|
|
"backend": "none",
|
|
"runtime": "none",
|
|
"frontend": [
|
|
"next"
|
|
],
|
|
"addons": [
|
|
"biome",
|
|
"turborepo"
|
|
],
|
|
"examples": [],
|
|
"auth": "none",
|
|
"packageManager": "bun",
|
|
"dbSetup": "none",
|
|
"api": "none",
|
|
"webDeploy": "none",
|
|
"serverDeploy": "none"
|
|
} |