Add local dev bootstrap command

This commit is contained in:
2026-03-06 21:38:28 -05:00
parent 7dd403e814
commit f69e5b671b
6 changed files with 416 additions and 11 deletions

View File

@@ -4,7 +4,8 @@
"private": true,
"packageManager": "bun@1.3.5",
"scripts": {
"dev": "bun --bun next dev --turbopack",
"dev": "bun run scripts/dev.ts",
"dev:next": "bun --bun next dev --turbopack",
"build": "bun --bun next build --turbopack",
"start": "bun --bun next start",
"lint": "bun --bun tsc --noEmit",