mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add script and relative index urls
This commit is contained in:
parent
9fec737634
commit
83f0f6abf4
1 changed files with 3 additions and 0 deletions
|
|
@ -8,3 +8,6 @@ export const storkExecutableName = storkOptions.executable
|
|||
export const storkExecutablePath = `./${ storkExecutableName }`
|
||||
export const storkTomlPath = storkOptions.toml
|
||||
export const storkIndexPath = storkOptions.binary
|
||||
|
||||
export const storkIndexRelativeURL = storkIndexPath.replace('static/', '')
|
||||
export const storkScriptURL = `https://files.stork-search.net/releases/v${ storkVersion }/stork.js`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue