smarter caddy

This commit is contained in:
2025-11-29 21:01:14 -05:00
parent da07ee2f40
commit 9aee30f0d1
7 changed files with 36 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
{
"name": "deployer2",
"scripts": {
"build": "bun run src/buildSelf.ts",
"deploy-self": "bun run src/scripts/deploySelf.ts",
"dev": "NODE_ENV=development PORT=6001 bun run --hot src/index.ts",
"start": "NODE_ENV=production bun run src/index.ts",
"deploy-self": "bun run src/deploySelf.ts"
"build": "bun run src/scripts/reloadCaddy.ts",
"start": "NODE_ENV=production bun run src/index.ts"
},
"dependencies": {
"@types/object-hash": "^3.0.6",