Skip to content

Commit

Permalink
Fix nodemon usage on Windows (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadlo committed Feb 28, 2024
1 parent e490793 commit 20576e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vira-book/configs/nodemon.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exec": "cd ../ && npm i && npm run compile && cd - && virmator frontend",
"exec": "cd ../ && npm i && npm run compile && cd vira-book && virmator frontend",
"exitcrash": false,
"ext": "ts",
"ignore": [
Expand Down

0 comments on commit 20576e1

Please sign in to comment.