This commit is contained in:
2023-07-11 10:25:49 +03:00
commit e81f6ac8b7
16 changed files with 454 additions and 0 deletions

6
src/index.ts Normal file
View File

@@ -0,0 +1,6 @@
export * from './config'
export * from './helpers'
export * from './core'
import app from './app'
export default app