diff --git a/backend/README.md b/backend/README.md index b468397..7ee2990 100644 --- a/backend/README.md +++ b/backend/README.md @@ -39,4 +39,6 @@ POST http://localhost:3000/api/favorite/save GET http://localhost:3000/api/favorite/getAll # Prod +git clone https://gitlab.cyro-technology.com/cyril/Jucundus + npm run start \ No newline at end of file diff --git a/client/angular.json b/client/angular.json index 8634862..edc06e7 100644 --- a/client/angular.json +++ b/client/angular.json @@ -53,7 +53,8 @@ "with": "src/environments/environment.prod.ts" } ], - "outputHashing": "all" + "outputHashing": "all", + "allowedCommonJsDependencies": ["moment-timezone"] }, "development": { "buildOptimizer": false, diff --git a/client/dist/angular-material-template/index.html b/client/dist/angular-material-template/index.html index 8b6a546..6836798 100644 --- a/client/dist/angular-material-template/index.html +++ b/client/dist/angular-material-template/index.html @@ -4,7 +4,7 @@