mirror-web/_src/vite.json
Miao Wang e82195a2d4 vite: generate files under a directory in jekyll-cache
so that irrelevant cache files will not be included
2024-04-21 13:17:19 +08:00

18 lines
297 B
JSON

{
"all": {
"sourceCodeDir": "_src",
"watchAdditionalPaths": [
"index.html",
"_includes/**/*",
"_layouts/**/*",
"_config.yml",
"_vite.config.mjs"
],
"publicOutputDir": "",
"assetsDir": "assets"
},
"development": {
"autoBuild": true
}
}