We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f25c8b7 commit 04f2555Copy full SHA for 04f2555
tasks/build-binaries.ts
@@ -232,6 +232,7 @@ async function buildBgCharmService(config: BuildConfig): Promise<void> {
232
async function buildCli(config: BuildConfig): Promise<void> {
233
console.log("Building CLI binary...");
234
const envs = [
235
+ "TOOLSHED_API_URL",
236
"TSC_WATCHFILE",
237
"TSC_NONPOLLING_WATCHER",
238
"TSC_WATCHDIRECTORY",
0 commit comments