mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 06:23:11 +08:00
Changed initial files creation process
This commit is contained in:
9
utils/init/index.js
Normal file
9
utils/init/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const initConfig = require('./initConfig');
|
||||
const initFiles = require('./initFiles');
|
||||
|
||||
const initApp = async () => {
|
||||
await initConfig();
|
||||
await initFiles();
|
||||
};
|
||||
|
||||
module.exports = initApp;
|
||||
Reference in New Issue
Block a user