Skip to content

Restore missing runtime dependencies for local startup#255

Merged
TienNguyen3711 merged 1 commit into
masterfrom
codex/api-runtime-deps-fix
May 8, 2026
Merged

Restore missing runtime dependencies for local startup#255
TienNguyen3711 merged 1 commit into
masterfrom
codex/api-runtime-deps-fix

Conversation

@TienNguyen3711
Copy link
Copy Markdown
Collaborator

Summary

  • restore missing runtime dependencies required for the API server to boot locally
  • add the packages needed by runtime imports that were causing MODULE_NOT_FOUND failures during npm start
  • unblock local API startup so routes such as forgot-password can be exercised end to end

What file changed

  • package.json

    • added missing runtime dependencies: base64-arraybuffer and fs-extra
  • package-lock.json

    • updated the lockfile to capture the resolved dependency tree for the added runtime packages

@TienNguyen3711 TienNguyen3711 merged commit 32610be into master May 8, 2026
9 checks 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