update to import syntax/es6

This commit is contained in:
year-of-the-worm 2022-12-31 00:05:18 +00:00
parent 19f159c712
commit 5f836c35f2

View file

@ -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 = "";