diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..05cbff3 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,7 @@ +import App from './providers/App'; + +App.loadConfig(); +App.loadENV(); +App.loadDaemon(); + +export default App; \ No newline at end of file