mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-28 11:10:12 +08:00
There might be cases were currently, the render application promise does not resolve because the application never becomes stable in most cases this is due to errors, this causes the worker to never exit and the build to keep running until it's manually terminated. With this change, we add a maximum rendering timeout of 30seconds for each page.
/packages
Folder
This folder is the root of all defined packages in this repository.
Packages that are marked as private: true
will not be published to NPM.
This folder includes a directory for every scope in NPM, without the @
sign. Then one folder
per package, which contains the package.json
.