Skip to content

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Oct 22, 2025

Summary

This PR cleans up the project's dependencies by removing connect-flash and improves cross-platform behavior by replacing the express bin with a symlink.

Details

  • Deleted all files related to the connect-flash package, including its source, metadata, and docs from node_modules.
  • Replaced node_modules/.bin/express shell script with a symlink pointing to ../express/bin/express.
  • Ensured package consistency, reduced bloat, and improved environment portability.

…ndling

Replaced the node_modules/.bin/express wrapper shell script with a symlink to ensure better compatibility and consistency across platforms and environments. Completely removed the connect-flash module and its supporting files, signaling a dependency cleanup or intentional removal. This change is needed to streamline the dependency tree, reduce unused code, and prevent confusion over unused middleware.

Symlinked express bin improves package lifecycle scripts, while connect-flash removal reduces package bloat and possible maintenance overhead. Projects depending on connect-flash must update their custom messaging logic accordingly.
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