forked from imbytecat/fullstack-starter
refactor: flatten monorepo into standalone project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { os } from '../server'
|
||||
import * as todo from './todo.router'
|
||||
|
||||
export const router = os.router({
|
||||
todo,
|
||||
})
|
||||
Reference in New Issue
Block a user