mirror of
https://github.com/detleph/server.git
synced 2026-09-07 07:56:18 +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
|
npx prisma db push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nodemon /app/src/app.ts
|
nodemon --watch /app /app/src/app.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user