managarten/services/mana-search
Till-JS 6548d83e18 🐛 fix(mana-search): use pnpm deploy to fix symlink issue in Docker
pnpm creates symlinks in node_modules that point to ../../node_modules/.pnpm/
These symlinks break when only the service node_modules are copied.

Using pnpm deploy creates a standalone version with all dependencies
copied (no symlinks), which works correctly in Docker.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 13:24:55 +01:00
..
searxng 🐛 fix(mana-search): fix SearXNG docker config for local development 2026-01-29 13:07:21 +01:00
src fix(search): fix TypeScript errors in extract service 2026-01-28 23:38:00 +00:00
.env.example feat(search): implement mana-search microservice 2026-01-28 20:41:59 +00:00
CLAUDE.md feat(search): implement mana-search microservice 2026-01-28 20:41:59 +00:00
docker-compose.dev.yml 🐛 fix(mana-search): fix SearXNG docker config for local development 2026-01-29 13:07:21 +01:00
docker-compose.yml feat(search): implement mana-search microservice 2026-01-28 20:41:59 +00:00
Dockerfile 🐛 fix(mana-search): use pnpm deploy to fix symlink issue in Docker 2026-02-12 13:24:55 +01:00
nest-cli.json feat(search): implement mana-search microservice 2026-01-28 20:41:59 +00:00
package.json feat(search): implement mana-search microservice 2026-01-28 20:41:59 +00:00
tsconfig.json feat(search): implement mana-search microservice 2026-01-28 20:41:59 +00:00