deploy self

This commit is contained in:
2025-11-29 15:46:07 -05:00
parent 0bfab0bdc8
commit 85b1953b46
7 changed files with 30 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "deployer2",
"scripts": {
"build": "bun run src/buildSelf.ts",
"dev": "NODE_ENV=development PORT=6001 bun run --hot src/index.ts",
"start": "NODE_ENV=production bun run src/index.ts"
},