Test: Not finished

This commit is contained in:
Yûki VACHOT 2022-01-29 17:18:43 +01:00
parent db79c561c7
commit c1300fdb5f
12 changed files with 546 additions and 17 deletions

View file

@ -3,8 +3,8 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng build && node server.js",
"build": "ng build",
"start": "ng build --prod --build-optimizer --baseHref=”/static/” && node server.js",
"build": "ng build --prod --build-optimizer --baseHref=”/static/”",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},