Try moving stork files to root

This commit is contained in:
Sam Carlton 2022-05-09 17:53:07 -05:00
parent 62cddb2abe
commit 91bdfbe20f
2 changed files with 5 additions and 5 deletions

View file

@ -14,8 +14,8 @@
"config": {
"stork": {
"executable": "stork-executable",
"toml": "static/stork.toml",
"binary": "static/search-index.st"
"toml": "stork.toml",
"binary": "search-index.st"
}
},
"scripts": {