-
- Downloads
feat(user): refactoring
... | @@ -24,6 +24,9 @@ | ... | @@ -24,6 +24,9 @@ |
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
"imports": { | "imports": { | ||
"#dongception": "./src/common/dongpring/dongception.js" | "#dongception": "./src/common/dongpring/dongception.js", | ||
"#module/*": "./src/modules/*", | |||
"#repository/*": "./src/repositories/*", | |||
"#common/*": "./src/common/*" | |||
} | } | ||
} | } |
Please register or sign in to comment