mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 01:13:11 +08:00
Added theme string normalization to initial process. Added getThemes controller
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user