site_template/config/vite.json in staticky-0.3.0 vs site_template/config/vite.json in staticky-0.3.1
- old
+ new
@@ -1,8 +1,11 @@
{
"all": {
"publicDir": "build",
"sourceCodeDir": "frontend",
+ "additionalEntrypoints": [
+ "~/{images,stylesheets}/**/*"
+ ],
"watchAdditionalPaths": [
"app/**/*.rb"
]
},
"development": {