You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* expose required-server-files manifest
* run tests on all pull requests
* feat: reduce reliance on PACKAGE_PATH
* chore: rename PluginContext.resolve to PluginContext.resolve
* chore: rename PluginContext.packagePath to PluginContext.relativeAppDir
* chore: remove more usage of package path
* chore: remove one more usage (? not sure if this is right, but for pnpm it should be)
* test: fix server.test.ts
* test: fix plugin-context.test.ts
* test: fix static.test.ts
* test: fix copy-next-code.test.ts
* test: adjust test name
* test: adjust test name vol 2
* fix: lint, remove unused
* test: fix win32 variant for plugin-context
* test: drop .only
* fix: required-server-files might not have relativeAppDir in some versions before 13.5, so add fallback as we try to check it before checking version
* Revert "run tests on all pull requests"
This reverts commit 6b17a79baa7bdcbacb9882e8dc4415ddaeebf504.
* chore: clarify source of relativeAppDir value in jsdoc
* chore: add some context around check wether publishDir points to site source directory and not output directory
additionalGuidance=`\n\nIt looks like your site is part of monorepo and Netlify is currently not configured correctly for this case.\n\nCurrent package path: ${
0 commit comments