This commit is contained in:
Chris Wanstrath 2025-09-16 20:43:50 -07:00
parent 0fda889211
commit bafd943b80

View File

@ -8,7 +8,7 @@
"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",
"setup": "./scripts/deploy.sh" "setup": "./scripts/setup.sh"
}, },
"alias": { "alias": {
"@utils": "./src/utils.tsx", "@utils": "./src/utils.tsx",