refactor: switch from go to bun

This commit is contained in:
Nicolas Meienberger
2025-08-31 17:32:00 +02:00
parent a0be690eb9
commit a16fc37b44
76 changed files with 4283 additions and 4173 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "ironmount",
"private": true,
"packageManager": "bun@1.2.15",
"scripts": {
"dev": "turbo dev",
"gen:api-client": "openapi-ts"
},
"workspaces": [
"apps/*"
],
"devDependencies": {
"@hey-api/openapi-ts": "^0.80.17",
"turbo": "^2.5.6"
}
}