This commit is contained in:
Simon Larsen 2023-08-10 21:40:09 +01:00
parent 2a4b8b39fa
commit 251c2fb215
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 2 additions and 2 deletions

View File

@ -39,4 +39,4 @@ const init: Function = (): void => {
fs.writeFileSync('./config.env', linesInEnv.join('\n'));
};
await init();
init();

View File

@ -50,4 +50,4 @@ const init: Function = (): void => {
fs.writeFileSync('./config.env', linesToRender.join('\n'));
};
await init();
init();