when I run yarn run start, I can't get authorization_assets under dist(the location of the compiled output file) folder:
when I run yarn run start:dev, I can get authorization_assets under dist(the location of the compiled output file) folder:
Minimum reproduction code
sorry, I can restore the environment.
Steps to reproduce
No response
Expected behavior
In monorepo mode, as long as I configure assets, I hope to be able to copy them normally.
Is there an existing issue for this?
Current behavior
this is my nest-cli.json:
this is my scripts in package.json:
when I run
when I run
yarn run start
, I can't get authorization_assets under dist(the location of the compiled output file) folder:yarn run start:dev
, I can get authorization_assets under dist(the location of the compiled output file) folder:Minimum reproduction code
sorry, I can restore the environment.
Steps to reproduce
No response
Expected behavior
In monorepo mode, as long as I configure assets, I hope to be able to copy them normally.
Package
Other package
No response
NestJS version
No response
Packages versions
Node.js version
No response
In which operating systems have you tested?
Other
No response