fix: 💚 Fix the Nix build, remove dependency on PNPM

This commit is contained in:
Jesse Wierzbinski 2025-07-06 02:25:06 +02:00
parent 30bb801f9f
commit eb096c5991
No known key found for this signature in database
8 changed files with 71 additions and 6899 deletions

View file

@ -123,6 +123,7 @@
"test": "bun test",
"build": "bun run --filter \"*\" build && bun run build.ts",
"detect-circular": "bunx madge --circular --extensions ts ./",
"update-nix-hashes": "bash scripts/update-nix.sh",
"run-api": "bun run build api && cd dist && ln -s ../config config && bun run api.js",
"run-worker": "bun run build worker && cd dist && ln -s ../config config && bun run worker.js",
"dev": "bun run --hot api.ts",