pull/5324/head
bunsenstraat 4 weeks ago
parent 462d7883b1
commit 49af54bb00
  1. 2
      apps/remix-ide/src/app/tabs/script-runner-ui.tsx

@ -25,7 +25,7 @@ const profile = {
const configFileName = '.remix/script.config.json' const configFileName = '.remix/script.config.json'
let baseUrl = 'http://localhost:3000' let baseUrl = 'https://remix-project-org.github.io/script-runner-generator'
let customBuildUrl = 'http://localhost:4000/build' let customBuildUrl = 'http://localhost:4000/build'
interface IScriptRunnerState { interface IScriptRunnerState {

Loading…
Cancel
Save