This commit is contained in:
Chris Wanstrath 2025-09-16 20:41:49 -07:00
parent d06f9f62df
commit 99ded15a60

View File

@ -7,8 +7,7 @@
"start": "bun src/server.tsx", "start": "bun src/server.tsx",
"dev": "env BUN_HOT=1 bun --hot src/server.tsx", "dev": "env BUN_HOT=1 bun --hot src/server.tsx",
"deploy": "./scripts/deploy.sh", "deploy": "./scripts/deploy.sh",
"push": "./scripts/deploy.sh", "push": "./scripts/deploy.sh"
"install": "./scripts/install.sh",
}, },
"alias": { "alias": {
"@utils": "./src/utils.tsx", "@utils": "./src/utils.tsx",