Create index.ts

This commit is contained in:
2022-03-06 16:40:19 +07:00
parent f2a9112a06
commit d14d8022d2

7
src/index.ts Normal file
View File

@@ -0,0 +1,7 @@
import App from './providers/App';
App.loadConfig();
App.loadENV();
App.loadDaemon();
export default App;