Skip to content

Added express and morgan to dev dependencies #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

moodyadi2006
Copy link

This branch introduces the installation of essential dependencies, express and morgan, which were previously missing from the project. These dependencies are required only during the development phase and have been installed as development dependencies.

Changes Made:

  1. Installed express and morgan as development dependencies (--save-dev).
  2. Installed TypeScript type definitions for both:
    • @types/express (for TypeScript support in Express)
    • @types/morgan (for TypeScript support in Morgan)
  3. Updated package.json and package-lock.json to reflect these installations.

This update ensures proper TypeScript compatibility and avoids issues related to missing type declarations. The project is now better suited for a TypeScript-based development environment. 🚀

Signed-off-by: Aditya <moodyadi30@gmail.com>
@moodyadi2006 moodyadi2006 force-pushed the feature/dependency-install branch from 13e0431 to de63dcd Compare March 17, 2025 16:49
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