Add the module-alias package to the dependencies
This commit is contained in:
parent
e434aea6ac
commit
ad9ad389b6
2 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
"dependencies": {
|
||||
"common": "link:../common",
|
||||
"glob": "^7.2.0",
|
||||
"module-alias": "^2.2.2",
|
||||
"socket.io": "^4.4.0",
|
||||
"toml": "^3.0.0",
|
||||
"tslog": "^3.3.1",
|
||||
|
|
|
|||
6
server/pnpm-lock.yaml
generated
6
server/pnpm-lock.yaml
generated
|
|
@ -5,6 +5,7 @@ specifiers:
|
|||
'@types/uuid': ^8.3.4
|
||||
common: link:../common
|
||||
glob: ^7.2.0
|
||||
module-alias: ^2.2.2
|
||||
socket.io: ^4.4.0
|
||||
toml: ^3.0.0
|
||||
tslog: ^3.3.1
|
||||
|
|
@ -13,6 +14,7 @@ specifiers:
|
|||
dependencies:
|
||||
common: link:../common/cjs
|
||||
glob: 7.2.0
|
||||
module-alias: 2.2.2
|
||||
socket.io: 4.4.0
|
||||
toml: 3.0.0
|
||||
tslog: 3.3.1
|
||||
|
|
@ -191,6 +193,10 @@ packages:
|
|||
brace-expansion: 1.1.11
|
||||
dev: false
|
||||
|
||||
/module-alias/2.2.2:
|
||||
resolution: {integrity: sha512-A/78XjoX2EmNvppVWEhM2oGk3x4lLxnkEA4jTbaK97QKSDjkIoOsKQlfylt/d3kKKi596Qy3NP5XrXJ6fZIC9Q==}
|
||||
dev: false
|
||||
|
||||
/ms/2.1.2:
|
||||
resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==}
|
||||
dev: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue