diff options
author | Vitaly Takmazov | 2022-10-29 23:54:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 3df035b7ddc002bf5c758419a33f5c2f369716bd (patch) | |
tree | 37a6af6c9fdf4887b15181de4256fa646fae5223 /vnext/package.json | |
parent | 47218df561e877265c739ffab59b760318ea3143 (diff) |
Use config settings
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json index afa50bbd..41e26972 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -78,6 +78,7 @@ "@babel/register": "^7.18.9", "axios": "^1.1.3", "axios-cache-interceptor": "^0.10.7", + "config": "^3.3.8", "core-js": "^3.26.0", "cors": "^2.8.5", "evil-icons": "^1.10.1", |