chore: fix README.md and tweak docker-compose files based on feedback

This commit is contained in:
David Bauch
2025-06-25 15:19:33 -04:00
parent aacdbdba17
commit b0e7ef7494
11 changed files with 47 additions and 49 deletions

View File

@@ -7,7 +7,7 @@
"typescript": "^5"
},
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"build": "next build && bash scripts/handle-nextjs-standalone-build.sh",
"start": "bun run .next/build-start-folder/apps/web/server.js",
"lint": "next lint",