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