Update stork config details

This commit is contained in:
Sam Carlton 2022-05-09 15:18:45 -05:00
parent 9f6db78771
commit 801d1da92f

View file

@ -11,9 +11,12 @@
"tsconfig-paths/register"
]
},
"stork": {
"in": "./public/stork-index.toml",
"out": "./public/stork-index.st"
"config": {
"stork": {
"executable": "stork-executable",
"toml": "./static/stork.toml",
"binary": "./static/search-index.st"
}
},
"scripts": {
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose",