You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect that building the app copies .config.yaml to build output directory like it does with the assets folder. When I remove the assets entry for .config.yaml the assets folder is copied whithout throwing any error.
Package version
10.4.2
NestJS version
10.3.10
Node.js version
18.18.0
In which operating systems have you tested?
macOS
Windows
Linux
Other
The reproduction projects structure with custom output paths, is a simplified example for using nestjs in a monorepo setup.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current behavior
The nestjs build fails when addeing a single file asset item to copy a config file from the nestjs root directory.
nest-cli throws:
cant go up that far
tsconfig.json
customization:assets configuration in
nest-cli.json
:Minimum reproduction code
https://github.com/jaunusa/nestjs-file-asset-issue
Steps to reproduce
Expected behavior
I would expect that building the app copies
.config.yaml
to build output directory like it does with theassets
folder. When I remove the assets entry for.config.yaml
the assets folder is copied whithout throwing any error.Package version
10.4.2
NestJS version
10.3.10
Node.js version
18.18.0
In which operating systems have you tested?
Other
The reproduction projects structure with custom output paths, is a simplified example for using nestjs in a monorepo setup.
The text was updated successfully, but these errors were encountered: