Improve Coolify deploy build caching

This commit is contained in:
2026-03-08 10:43:55 -04:00
parent 7a70545f09
commit 2f7933f4a3
6 changed files with 148 additions and 5 deletions

View File

@@ -7,6 +7,7 @@
"dev": "bun run scripts/dev.ts",
"dev:next": "bun --bun next dev --turbopack",
"build": "bun --bun next build --turbopack",
"bootstrap:prod": "bun run scripts/bootstrap-production.ts",
"start": "bun --bun next start",
"lint": "bun x tsc --noEmit",
"e2e:prepare": "bun run scripts/e2e-prepare.ts",