Skip to content

Commit

Permalink
feat(system): added flags for hotrealoding the html, css and json files
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Sep 27, 2023
1 parent 3ab369f commit c07d508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
}
]
},
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["templates", "css", "lang/en.json", "lang/pt-BR.json"]
}
},
"gridDistance": 1.5,
"gridUnits": "m",
"primaryTokenAttribute": "PV",
Expand Down

0 comments on commit c07d508

Please sign in to comment.