Minor Changes
- 7bbfd48: Support
"entrypoint": "pyproject.toml"for services. A service may now setentrypoint: "pyproject.toml"to build exactly what that file declares: the web app fromtool.vercel.entrypoint(when present) and queue subscribers from[[tool.vercel.subscribers]]. Filename-based entrypoint auto-detection never runs in this mode, and subscribers-only services (no web function) are supported.
Patch Changes
- Updated dependencies [607f0ef]
- @vercel/build-utils@13.33.0