keep us honest
This commit is contained in:
parent
00603452bf
commit
24a17f2b46
|
|
@ -4,17 +4,15 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"check": "bunx tsc --noEmit",
|
||||||
"dev": "env BUN_HOT=1 bun --hot src/server.tsx",
|
"dev": "env BUN_HOT=1 bun --hot src/server.tsx",
|
||||||
"start": "bun src/server.tsx",
|
"start": "bun src/server.tsx",
|
||||||
"prod": "env NODE_ENV=production bun src/server.tsx",
|
"prod": "env NODE_ENV=production bun src/server.tsx",
|
||||||
"prod-nodns": "env NO_DNS=1 NODE_ENV=production bun src/server.tsx",
|
"prod-nodns": "env NO_DNS=1 NODE_ENV=production bun src/server.tsx",
|
||||||
"build": "./scripts/build.sh",
|
"build": "./scripts/build.sh",
|
||||||
|
|
||||||
"runner": "env NODE_ENV=production bun run src/runner.ts",
|
"runner": "env NODE_ENV=production bun run src/runner.ts",
|
||||||
|
|
||||||
"deploy": "./scripts/deploy.sh",
|
"deploy": "./scripts/deploy.sh",
|
||||||
"push": "./scripts/deploy.sh",
|
"push": "./scripts/deploy.sh",
|
||||||
|
|
||||||
"remote:install": "./scripts/remote-install.sh",
|
"remote:install": "./scripts/remote-install.sh",
|
||||||
"remote:start": "./scripts/remote-start.sh",
|
"remote:start": "./scripts/remote-start.sh",
|
||||||
"remote:stop": "./scripts/remote-stop.sh",
|
"remote:stop": "./scripts/remote-stop.sh",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user