refactor(web): move website into turbo app workspace

This commit is contained in:
vince 2026-06-20 05:41:36 +02:00
parent 2664804e91
commit b4e626a868
66 changed files with 318 additions and 298 deletions

View file

@ -13,6 +13,6 @@
"sourceMap": true,
"strict": true,
"target": "ES2022",
"types": ["node", "bun-types", "react", "react-dom", "vite/client"]
"types": ["node", "bun-types", "react", "react-dom"]
}
}