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