no infinite loops today

This commit is contained in:
2025-11-29 21:12:03 -05:00
parent 9aee30f0d1
commit 054ef8ea85
5 changed files with 14 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
"scripts": {
"deploy-self": "bun run src/scripts/deploySelf.ts",
"dev": "NODE_ENV=development PORT=6001 bun run --hot src/index.ts",
"build": "bun run src/scripts/reloadCaddy.ts",
"build": "bun run src/scripts/rebuildCaddy.ts",
"start": "NODE_ENV=production bun run src/index.ts"
},
"dependencies": {