mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix init
This commit is contained in:
@@ -39,4 +39,4 @@ const init: Function = (): void => {
|
||||
fs.writeFileSync('./config.env', linesInEnv.join('\n'));
|
||||
};
|
||||
|
||||
await init();
|
||||
init();
|
||||
|
||||
@@ -50,4 +50,4 @@ const init: Function = (): void => {
|
||||
fs.writeFileSync('./config.env', linesToRender.join('\n'));
|
||||
};
|
||||
|
||||
await init();
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user