refactor(server): move constant into common package (#522)

* refactor(server): move constant into common package

* refactor(server): re-arrange import statement in microservice module

* refactor(server): move app.config into common package

* fix(server): e2e testing
This commit is contained in:
Thanh Pham
2022-08-23 21:34:21 +07:00
committed by GitHub
parent 0efcc99f3e
commit 3b55cdc0be
18 changed files with 72 additions and 40 deletions

View File

@@ -16,6 +16,12 @@
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"@app/common": [
"libs/common/src"
],
"@app/common/*": [
"libs/common/src/*"
],
"@app/database": [
"libs/database/src"
],