Skip to content

Commit

Permalink
fix: static assets missing in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed May 27, 2024
1 parent fc67fac commit 735ef4b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
"deleteOutDir": true,
"assets": [
{
"include": "../static/stickers/**",
"outDir": "dist/static",
"watchAssets": true
}
]
}
}

0 comments on commit 735ef4b

Please sign in to comment.