Fix clickhouse migration not in dist (#11709)

Clickhouse migrations were not correctly copied to the dist folder (for
command yarn clickhouse:migrate:prod)
This commit is contained in:
Félix Malfait
2025-04-23 21:16:30 +02:00
committed by GitHub
parent 8076ff5b82
commit cec17a3ebe

View File

@ -25,6 +25,10 @@
{
"include": "**/serverless/drivers/constants/executor/index.mjs",
"outDir": "dist/assets"
},
{
"include": "**/database/clickhouse/migrations/*.sql",
"outDir": "dist/src"
}
],
"watchAssets": true