change bcrypt dep, fix buildHome

This commit is contained in:
Ean Milligan
2026-04-23 19:09:30 -04:00
parent 1ceae4d158
commit 884b5b81a0
4 changed files with 133 additions and 124 deletions

View File

@@ -22,7 +22,7 @@
},
"nodeModulesDir": "none",
"imports": {
"@bcrypt": "jsr:@felix/bcrypt",
"@bcrypt": "https://deno.land/x/bcrypt/mod.ts",
"@mysql": "https://deno.land/x/mysql@v2.12.1/mod.ts",
"@nanoid": "https://deno.land/x/nanoid@v3.0.0/mod.ts",
"@std/http": "jsr:@std/http@1.0.15",