mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Fix bug where nodemon restarts multiple times
- Nodemon was watching the whole file system and not only the /app directory
This commit is contained in:
@@ -10,4 +10,4 @@ if ! test -f INITIALIZED; then
|
||||
npx prisma db push
|
||||
fi
|
||||
|
||||
nodemon /app/src/app.ts
|
||||
nodemon --watch /app /app/src/app.ts
|
||||
|
||||
Reference in New Issue
Block a user