fix: isolate docker host/container filesystem for node_modules and build output (#21167)

This commit is contained in:
Min Idzelis 2025-08-24 14:09:45 -04:00 committed by GitHub
parent 0729887c9c
commit 44e1c83c84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 252 additions and 47 deletions

View file

@ -3,7 +3,7 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true,
"deleteOutDir": false,
"webpack": false,
"plugins": [
{