smarter caddy
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user