mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -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": {
|
||||
"stork": {
|
||||
"executable": "stork-executable",
|
||||
"toml": "./static/stork.toml",
|
||||
"binary": "./static/search-index.st"
|
||||
"toml": "static/stork.toml",
|
||||
"binary": "static/search-index.st"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue