System settings: Copy locale files in backend build

Copy locale files in backend build
This commit is contained in:
Wei S.
2025-08-31 15:10:40 +03:00
committed by GitHub
parent 392f51dabc
commit faefdac44a

View File

@@ -5,7 +5,8 @@
"main": "dist/index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/index.ts ",
"build": "tsc",
"build": "tsc && pnpm copy-assets",
"copy-assets": "cp -r src/locales dist/locales",
"start": "node dist/index.js",
"start:ingestion-worker": "node dist/workers/ingestion.worker.js",
"start:indexing-worker": "node dist/workers/indexing.worker.js",