mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-05-18 20:08:19 +00:00
nest build only compiles TS — JSON files need explicit asset copy in nest-cli.json compilerOptions.assets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nest-cli",
|
|
"collection": "@nestjs/schematics",
|
|
"sourceRoot": "src",
|
|
"compilerOptions": {
|
|
"deleteOutDir": true,
|
|
"assets": [
|
|
{ "include": "messaging/flow/default-flows/*.json", "watchAssets": true }
|
|
]
|
|
}
|
|
}
|