mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Trying removing ‘./‘ from stork paths
This commit is contained in:
parent
2768d9f439
commit
5c09cb7d95
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
||||||
"config": {
|
"config": {
|
||||||
"stork": {
|
"stork": {
|
||||||
"executable": "stork-executable",
|
"executable": "stork-executable",
|
||||||
"toml": "./static/stork.toml",
|
"toml": "static/stork.toml",
|
||||||
"binary": "./static/search-index.st"
|
"binary": "static/search-index.st"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue