wip but I need to sleep

This commit is contained in:
2025-08-09 01:40:42 -04:00
parent a7e339a8ce
commit 2ff5d781fd
12 changed files with 213 additions and 82 deletions

View File

@@ -6,5 +6,13 @@
"dev": "pnpm --parallel dev",
"build": "pnpm run -F client build",
"start": "pnpm run -F server start"
},
"pnpm": {
"overrides": {
"object-hash": "^3.0.0"
}
},
"devDependencies": {
"@types/object-hash": "^3.0.6"
}
}