From ffd8cb6f577fc7188f51babffecae70dd059eb82 Mon Sep 17 00:00:00 2001 From: Giulio Micheloni Date: Mon, 7 Aug 2023 20:46:32 +0200 Subject: [PATCH] common: fix default nsc builder name --- common.ts | 2 +- dist/main/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.ts b/common.ts index d87130f..d295782 100644 --- a/common.ts +++ b/common.ts @@ -1 +1 @@ -export const nscRemoteBuilderName = "remote-nsc"; +export const nscRemoteBuilderName = "nsc-remote"; diff --git a/dist/main/index.js b/dist/main/index.js index 652f577..65e3a22 100644 --- a/dist/main/index.js +++ b/dist/main/index.js @@ -4318,7 +4318,7 @@ var exec = __nccwpck_require__(514); // EXTERNAL MODULE: external "fs" var external_fs_ = __nccwpck_require__(147); ;// CONCATENATED MODULE: ./common.ts -const nscRemoteBuilderName = "remote-nsc"; +const nscRemoteBuilderName = "nsc-remote"; ;// CONCATENATED MODULE: ./main.ts var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {