deploy self command

This commit is contained in:
2025-11-29 16:45:01 -05:00
parent 85b1953b46
commit fdf7d3155b

View File

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