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" "tsconfig-paths/register"
] ]
}, },
"stork": { "config": {
"in": "./public/stork-index.toml", "stork": {
"out": "./public/stork-index.st" "executable": "stork-executable",
"toml": "./static/stork.toml",
"binary": "./static/search-index.st"
}
}, },
"scripts": { "scripts": {
"test-prebuild": "ava ./test/prebuild/**/*.js --verbose", "test-prebuild": "ava ./test/prebuild/**/*.js --verbose",