chore(dev): bootstrap script wires docker + drizzle push + turbo dev

This commit is contained in:
Marco Sadjadi
2026-05-19 00:35:27 +02:00
parent b07de86db6
commit 648427000d
5 changed files with 138 additions and 26 deletions

View File

@@ -7,8 +7,9 @@
"node": ">=20.11.0"
},
"scripts": {
"dev": "docker compose up -d postgres redis && turbo run dev --parallel",
"dev": "node scripts/dev-bootstrap.mjs",
"dev:no-docker": "turbo run dev --parallel",
"dev:turbo": "turbo run dev --parallel",
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"lint": "biome check .",