|
|
|
@ -26,7 +26,7 @@ const profile = { |
|
|
|
|
const configFileName = '.remix/script.config.json' |
|
|
|
|
|
|
|
|
|
let baseUrl = 'https://remix-project-org.github.io/script-runner-generator' |
|
|
|
|
let customBuildUrl = 'http://localhost:4000/build' |
|
|
|
|
const customBuildUrl = 'http://localhost:4000/build' |
|
|
|
|
|
|
|
|
|
interface IScriptRunnerState { |
|
|
|
|
customConfig: customScriptRunnerConfig |
|
|
|
@ -424,5 +424,4 @@ export class ScriptRunnerUIPlugin extends ViewPlugin { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |