Skip to content

fix!: do not magically find and run a server.js file on start#262

Draft
owlstronaut wants to merge 1 commit intomainfrom
owlstronaut/no-magic-server
Draft

fix!: do not magically find and run a server.js file on start#262
owlstronaut wants to merge 1 commit intomainfrom
owlstronaut/no-magic-server

Conversation

@owlstronaut
Copy link
Contributor

@owlstronaut owlstronaut commented Feb 26, 2026

BREAKING CHANGE: If a package has a server.js file but no start script, it will no longer be automatically run when the start event is triggered. This change removes the implicit behavior of running server.js and requires an explicit start script to be defined in the package.json.

BREAKING CHANGE: If a package has a server.js file but no start script, it will no longer be automatically run when the start event is triggered. This change removes the implicit behavior of running server.js and requires an explicit start script to be defined in the package.json.
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