From d14d8022d2e274b056bc157b3442abfa293e8b90 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 6 Mar 2022 16:40:19 +0700 Subject: [PATCH] Create index.ts --- src/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/index.ts 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