Closed saisilinus closed 2 years ago
Merging #29 (f762ea8) into master (ceb2c32) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #29 +/- ##
=======================================
Coverage 89.11% 89.11%
=======================================
Files 42 42
Lines 588 588
Branches 59 59
=======================================
Hits 524 524
Misses 60 60
Partials 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/config/config.ts | 66.66% <ø> (ø) |
|
src/modules/email/email.service.ts | 29.03% <0.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
add working docker configuration for dev, test, and production environments. change FRONT_URL to CLIENT_URL. fix errors caused by CLIENT_URL
BREAKING CHANGE: yarn start does not build before starting. Use yarn start:build if you want to build before starting. FRONT_URL has been replaced with CLIENT_URL as it is more descriptive
Running yarn docker:dev results in error while composing node-app #28
Closes #28