Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
update acorn-ui script
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Mar 28, 2020
1 parent c21fc93 commit 18d3ae6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions nix/acorn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ let
mkdir ui
git clone --single-branch --branch=master --depth=1 https://github.com/h-be/acorn-ui.git
# we need to configure the hc-web-client initialization to
# use the right websocket URL
# this is necessary because we are serving a file that's normally served over
# http, as a file://, breaking the /dna_connections.json endpoint, which it
# would otherwise use
sed -i -e 's/connect(connectOpts)/connect({ timeout: 4000, url: "ws:\/\/localhost:8889" })/g' ./acorn-ui/src/index.js
# ui
cd acorn-ui
npm install
Expand Down

0 comments on commit 18d3ae6

Please sign in to comment.