mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 16:39:58 +00:00
fix: register apps when dir is missing (#6)
This commit is contained in:
parent
47968146a8
commit
8abcd6f16e
1 changed files with 3 additions and 0 deletions
|
@ -43,4 +43,7 @@ for (const server of KNOWN_SERVERS) {
|
|||
}
|
||||
}
|
||||
|
||||
if (!fs.existsSync('public'))
|
||||
await fs.mkdir('public')
|
||||
|
||||
await fs.writeJSON(filename, registeredApps, { spaces: 2, EOL: '\n' })
|
||||
|
|
Loading…
Reference in a new issue