Fix tabbing

This commit is contained in:
Dominic Ferrando
2026-06-14 13:14:01 -04:00
parent 42f47c8601
commit 05dc26adb5
31 changed files with 9137 additions and 8508 deletions
+12 -12
View File
@@ -1,14 +1,14 @@
{
"name": "@blade-and-brawn/api",
"module": "index.ts",
"type": "module",
"private": true,
"dependencies": {
"@elysiajs/cors": "^1.4.1",
"elysia": "^1.4.27",
"zipcodes-us": "^1.1.2",
"@blade-and-brawn/calculator": "workspace:*",
"@blade-and-brawn/commerce": "workspace:*",
"ml-levenberg-marquardt": "^5.0.0"
}
"name": "@blade-and-brawn/api",
"module": "index.ts",
"type": "module",
"private": true,
"dependencies": {
"@elysiajs/cors": "^1.4.2",
"elysia": "^1.4.28",
"zipcodes-us": "^1.1.3",
"@blade-and-brawn/calculator": "workspace:*",
"@blade-and-brawn/commerce": "workspace:*",
"ml-levenberg-marquardt": "^5.0.1"
}
}