From 5f836c35f2750d539ed3d8c128eb31007e21de1a Mon Sep 17 00:00:00 2001 From: year-of-the-worm Date: Sat, 31 Dec 2022 00:05:18 +0000 Subject: [PATCH] update to import syntax/es6 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 18bdd32..ad59ce9 100644 --- a/config.js +++ b/config.js @@ -3,7 +3,7 @@ // downloadDir will use the current directory if unspecified // base_url will use app.terraform.io if unspecified -var config = {}; +export const config = {}; config.token = ""; config.downloadDir = "";