Files
remark42/frontend/packages/api
Dmitry Verkhoturov b72030114c Address Copilot review feedback on #2091
- Pin pnpm to the exact version (10.10.0) when installing it in the
  production Dockerfile, matching packageManager and Dockerfile.e2e,
  instead of a floating major that can drift the lockfile behaviour.
- Fix mockEndpoint's array header handling in the api test utility:
  append each value instead of joining with a comma, which is how
  multi-value headers (e.g. set-cookie) are actually represented.
- Update apps/remark42's engines to node >=18 / pnpm >=10, matching
  the pnpm 10 requirement instead of the stale node 16 / pnpm 8 range.
2026-06-30 20:05:42 +01:00
..
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2022-08-20 12:58:40 -05:00
2024-11-10 13:31:03 -06:00
2022-08-20 12:58:40 -05:00

@remark42/api

Implementation of API methods for Remark42

Development

  • If you don't have pnpm installed run npm i -g pnpm@8
  • Install dependencies pnpm i
  • Run development mode with pnpm run dev
  • Build lib with pnpm run build
  • Run tests with pnpm run test