Skip to content

Commit ae7a935

Browse files
committed
Track config/vite.json (needed by CI)
Was gitignored but jekyll-vite requires it for building.
1 parent 2c3cb49 commit ae7a935

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

config/vite.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"all": {
3+
"sourceCodeDir": "_frontend",
4+
"watchAdditionalPaths": ["index.html", "_includes/**/*", "_layouts/**/*"]
5+
},
6+
"development": {
7+
"autoBuild": true,
8+
"publicOutputDir": "vite-dev",
9+
"port": 3037
10+
},
11+
"test": {
12+
"autoBuild": true,
13+
"publicOutputDir": "vite-test"
14+
}
15+
}

0 commit comments

Comments
 (0)