Compare commits

...

1 Commits

Author SHA1 Message Date
Félix Malfait fc6aafd3c6 Fix clickhouse migration not in dist (#11709)
Clickhouse migrations were not correctly copied to the dist folder (for
command yarn clickhouse:migrate:prod)
2025-04-23 21:23:31 +02:00
+4
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