Update: Environment for Heroku Production

This commit is contained in:
Yûki VACHOT 2021-12-22 23:49:47 +01:00
parent f47c9df512
commit c18fd4c24d

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "node server.js",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"