This commit is contained in:
Simon Larsen
2022-11-10 19:43:43 +00:00
parent 5debddfc77
commit d723881bb7
31 changed files with 232 additions and 142 deletions

View File

@@ -1,6 +1,6 @@
// This script merges config.env.tpl to config.env
import fs from 'fs'
import fs from 'fs';
const init: Function = (): void => {
const tempate: string = fs.readFileSync('./config.tpl.env', 'utf8');

View File

@@ -1,7 +1,6 @@
// This script merges config.env.tpl to config.env
import fs from 'fs'
import fs from 'fs';
const init: Function = (): void => {
let env: string = '';