From 18d3ae6827ab7ac1b98e797280aaa77e9cbcf38d Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 28 Mar 2020 13:03:22 -0400 Subject: [PATCH] update acorn-ui script --- nix/acorn/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/acorn/default.nix b/nix/acorn/default.nix index 6f6c361..230c707 100644 --- a/nix/acorn/default.nix +++ b/nix/acorn/default.nix @@ -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