File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export NETBIRD_GOOGLE_ANALYTICS_ID=${NETBIRD_GOOGLE_ANALYTICS_ID}
6161export NETBIRD_GOOGLE_TAG_MANAGER_ID=${NETBIRD_GOOGLE_TAG_MANAGER_ID}
6262export NETBIRD_TOKEN_SOURCE=${NETBIRD_TOKEN_SOURCE:- accessToken}
6363export NETBIRD_DRAG_QUERY_PARAMS=${NETBIRD_DRAG_QUERY_PARAMS:- false}
64- export NETBIRD_WASM_PATH=${NETBIRD_WASM_PATH:- https :// pkgs.netbird.io / wasm / client }
64+ export NETBIRD_WASM_PATH=${NETBIRD_WASM_PATH}
6565
6666echo " NetBird latest version: ${NETBIRD_LATEST_VERSION} "
6767
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ const loadConfig = (): Config => {
6767 hotjarTrackID : configJson ?. hotjarTrackID || undefined ,
6868 googleAnalyticsID : configJson ?. googleAnalyticsID || undefined ,
6969 googleTagManagerID : configJson ?. googleTagManagerID || undefined ,
70- wasmPath : configJson . wasmPath ?? "https://pkgs.netbird.io/wasm/client" ,
70+ wasmPath :
71+ configJson . wasmPath || "https://pkgs.netbird.io/wasm/client/v0.59.11" ,
7172 } as Config ;
7273} ;
7374
You can’t perform that action at this time.
0 commit comments