Skip to content

fix(vercel): resolve hcaptcha module resolution in api deployment#41

Merged
GTPSHAX merged 2 commits into
NgodingCik:mainfrom
GTPSHAX:main
May 14, 2026
Merged

fix(vercel): resolve hcaptcha module resolution in api deployment#41
GTPSHAX merged 2 commits into
NgodingCik:mainfrom
GTPSHAX:main

Conversation

@GTPSHAX
Copy link
Copy Markdown
Contributor

@GTPSHAX GTPSHAX commented May 14, 2026

Overview

This PR makes a minor fix to the vercel.json configuration file to ensure the correct path is used for the hcaptcha dependency. The hcaptcha module path in apps/api/vercel.json was updated from node_modules/hcaptcha/ to ../../node_modules/hcaptcha/.


Related Work/Dependencies

This change updates the include path from a relative to a project-root-relative path to match patterns used for other dependencies and resolve module resolution issues for deployments.


Screenshots/Video

None


How to Test

Verify the hcaptcha dependency resolution during the deployment process using the updated path in vercel.json.

@GTPSHAX GTPSHAX merged commit 66b06db into NgodingCik:main May 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant