Skip to content

chore: Fix package.json main entry#729

Open
gowthamrdyy wants to merge 1 commit into
Charushi06:mainfrom
gowthamrdyy:fix/package-json-main
Open

chore: Fix package.json main entry#729
gowthamrdyy wants to merge 1 commit into
Charushi06:mainfrom
gowthamrdyy:fix/package-json-main

Conversation

@gowthamrdyy
Copy link
Copy Markdown

Closes #726

This updates package.json main to server.js (the actual entry file).

Testing: npm test.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 24, 2026 19:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the Node.js entry point configuration to align the package’s main module with the server startup file.

Changes:

  • Changed package.json "main" from index.js to server.js

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

bug: package.json main points to non-existent index.js

2 participants