fix: Separate infrastructure from infrastructure_templates
This commit is contained in:
parent
38cc9b27bd
commit
88785a3abb
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const fs = require("fs");
|
||||||
const doT = require("dot");
|
const doT = require("dot");
|
||||||
doT.templateSettings = {...doT.templateSettings, strip: false};
|
doT.templateSettings = {...doT.templateSettings, strip: false};
|
||||||
|
|
||||||
const dots = doT.process({path: "./infrastructure"});
|
const dots = doT.process({path: "./infrastructure_templates"});
|
||||||
|
|
||||||
var packageText = fs.readFileSync("package.json", {encoding: "utf8"});
|
var packageText = fs.readFileSync("package.json", {encoding: "utf8"});
|
||||||
var packageConfig = JSON.parse(packageText);
|
var packageConfig = JSON.parse(packageText);
|
||||||
|
|
Loading…
Reference in a new issue