refactor: reorganize project structure and improve user command handling
This commit is contained in:
parent
5cfcb3ba0c
commit
49d6b51de6
7 changed files with 64 additions and 26 deletions
7
cmd/index.ts
Normal file
7
cmd/index.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import register from "./register";
|
||||
import user from "./user";
|
||||
|
||||
export default [
|
||||
user,
|
||||
register
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue