@@ -5,8 +5,6 @@ | |||
"ng": "ng", | |||
"gen": "openapi-generator-cli generate -i http://localhost:3000/api-json -g typescript-angular -o api/ --additional-properties=npmName=restClient,supportsES6=true,withInterfaces=true", | |||
"start": "ng serve", | |||
"start:dev": "nest start --watch", | |||
"start:debug": "nest start --debug --watch", | |||
"build": "ng build", | |||
"test": "ng test", | |||
"lint": "ng lint", |