We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2bee6 commit a697d26Copy full SHA for a697d26
client-angular/package.json
@@ -16,7 +16,8 @@
16
"libReleaseOptions": {
17
"nodts": false,
18
"obscure": false,
19
- "ugly": false
+ "ugly": false,
20
+ "includeNodeModules": false
21
},
22
"scripts": {
23
"ng": "ng",
package.json
"version": "v2",
"type": "container",
server-express/package.json
"start": "tsc && node dist/run.js"
0 commit comments