fix(tooling): harden database env loading
This commit is contained in:
@@ -201,6 +201,8 @@ fuser -k 3100/tcp 2>/dev/null
|
||||
PORT=3100 pnpm --filter @capakraken/web start &
|
||||
```
|
||||
|
||||
Use the repo-level `pnpm db:*` commands for Prisma/database operations. They load `.env`, `.env.local`, `.env.$NODE_ENV`, and `.env.$NODE_ENV.local` automatically before invoking Prisma.
|
||||
|
||||
### nginx configuration
|
||||
|
||||
The existing nginx reverse proxy should forward to port 3100:
|
||||
|
||||
Reference in New Issue
Block a user