Skip to content

Commit

Permalink
fix: add simulator in watchAdditionalPaths for vite
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt authored and gr455 committed Apr 14, 2024
1 parent 75c706b commit ae6527a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/vite.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"all": {
"sourceCodeDir": "app/javascript",
"watchAdditionalPaths": []
"watchAdditionalPaths": [
"simulator/src/**",
"simulator/src/**/*",
"simulator/src/**/**/*"
]
},
"development": {
"autoBuild": true,
Expand Down

0 comments on commit ae6527a

Please sign in to comment.