From 95ee2b54c723013530992beb005ac16e6898975d Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 11 Sep 2022 16:41:34 -0700 Subject: [PATCH] Add remote_binary, use url to download remote bin --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d3fb39..22cd622 100644 --- a/package.json +++ b/package.json @@ -49,5 +49,6 @@ "react-dom" ] } - } + }, + "remote_binary" : "" }