This commit is contained in:
Dominic Ferrando
2026-06-25 00:09:50 -04:00
parent 51abbbc00c
commit 038ea7015b
7 changed files with 43 additions and 29 deletions
+2 -4
View File
@@ -11,10 +11,8 @@
"dev:portal": "bun run --filter @blade-and-brawn/portal dev",
"build:portal": "bun run --filter @blade-and-brawn/portal build"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/bun": "^1.3.14"
"@types/bun": "^1.3.14",
"typescript": "^6.0.3"
}
}