diff options
| author | Uri Shaked | 2020-03-16 20:53:07 +0200 |
|---|---|---|
| committer | Uri Shaked | 2020-03-16 20:53:07 +0200 |
| commit | 59e0bdc295d6bcade177786708ed4c9df824628f (patch) | |
| tree | b2b5a8fc80817e38aef6e6b9bb219d6362b0a7a4 /demo/src | |
| parent | Merge pull request #14 from wokwi/dependabot/npm_and_yarn/acorn-7.1.1 (diff) | |
| download | avr8js-59e0bdc295d6bcade177786708ed4c9df824628f.tar.gz avr8js-59e0bdc295d6bcade177786708ed4c9df824628f.tar.bz2 avr8js-59e0bdc295d6bcade177786708ed4c9df824628f.zip | |
fix(demo): switch to hexi.wokwi.com build server
Diffstat (limited to 'demo/src')
| -rw-r--r-- | demo/src/compile.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/compile.ts b/demo/src/compile.ts index 31dda0a..7ca7a72 100644 --- a/demo/src/compile.ts +++ b/demo/src/compile.ts @@ -1,4 +1,4 @@ -const url = 'https://wokwi-hexi-73miufol2q-uc.a.run.app'; +const url = 'https://hexi.wokwi.com'; export interface HexiResult { stdout: string; |
