Initial commit
This commit is contained in:
8
apps/backend/src/index.ts
Normal file
8
apps/backend/src/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createApp } from '@/app'
|
||||
import { registerRoutes } from '@/register-routes'
|
||||
|
||||
const app = createApp()
|
||||
registerRoutes(app)
|
||||
|
||||
export type AppType = typeof app
|
||||
export default app
|
||||
Reference in New Issue
Block a user