Skip to content

Commit

Permalink
fix: nest cli assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Seung-o committed Jan 22, 2024
1 parent 19ff3c5 commit bcae5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"assets": ["**/*.env", "**/*.json"]
"assets": ["**/*.env", "users/**/*.json"]
}
}

0 comments on commit bcae5b9

Please sign in to comment.