fixes #5507 this.vnConfig no tiene datos cargados al inicio de la aplicación #1565

Merged
alexandre merged 9 commits from 5507-loadConfigAtStart into dev 2023-06-07 06:30:10 +00:00
4 changed files with 1 additions and 2 deletions
Showing only changes of commit bda1ed41ae - Show all commits

View File

@ -5,6 +5,7 @@ import './auth';
import './token';
import './modules';
import './interceptor';
import './config';
import './week-days';
import './report';
import './email';

View File

@ -3,4 +3,3 @@ import './routes';
import './components';
import './styles';
import 'vn-loopback/server/boot/date';
import './services';

View File

@ -1 +0,0 @@
import './config';