Skip to content

Commit

Permalink
Merge pull request #145 from hi-rustin/rustin-patch-addr
Browse files Browse the repository at this point in the history
fix: use correct name for target address
  • Loading branch information
Rustin170506 authored Mar 2, 2024
2 parents a04681b + a5916fa commit 4f35fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
override: true
- uses: swatinem/rust-cache@v2
- name: Install wasm-pack
run: cargo install wasm-pack
run: pnpm install -g wasm-pack
- name: Run wasm-pack build
run: wasm-pack build histogram
working-directory: ./app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
override: true
- uses: swatinem/rust-cache@v2
- name: Install wasm-pack
run: cargo install wasm-pack
run: pnpm install -g wasm-pack
- name: Run wasm-pack build
run: wasm-pack build histogram
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion app/public/subscriber.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"subscriberBaseUrl": "http://127.0.0.1:9999"
"targetAddr": "http://127.0.0.1:9999"
}

0 comments on commit 4f35fdd

Please sign in to comment.