mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 13:39:35 +02:00
Added theme string normalization to initial process. Added getThemes controller
This commit is contained in:
parent
ee0b435493
commit
e427fbf54c
6 changed files with 310 additions and 0 deletions
|
@ -1,11 +1,13 @@
|
|||
const initConfig = require('./initConfig');
|
||||
const initFiles = require('./initFiles');
|
||||
const initDockerSecrets = require('./initDockerSecrets');
|
||||
const normalizeTheme = require('./normalizeTheme');
|
||||
|
||||
const initApp = async () => {
|
||||
initDockerSecrets();
|
||||
await initFiles();
|
||||
await initConfig();
|
||||
await normalizeTheme();
|
||||
};
|
||||
|
||||
module.exports = initApp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue