Skip to content

fix: disable serverless targets #739

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

Merged
merged 1 commit into from
Oct 26, 2021
Merged

fix: disable serverless targets #739

merged 1 commit into from
Oct 26, 2021

Conversation

ascorbic
Copy link
Contributor

@ascorbic ascorbic commented Oct 26, 2021

Setting the target is deprecated in Next 12, and prints a scary warning. As the plugin no longer requires the target to be set, this PR now changes the plugin to force the target to server.

Fixes #738

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Oct 26, 2021
@ascorbic ascorbic self-assigned this Oct 26, 2021
@ascorbic ascorbic force-pushed the fix/force-server-target branch from 031f284 to 5c2c958 Compare October 26, 2021 09:31
Copy link
Member

@eduardoboucas eduardoboucas left a comment

Choose a reason for hiding this comment

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

🚀

@ascorbic ascorbic merged commit 01fa113 into main Oct 26, 2021
@ascorbic ascorbic deleted the fix/force-server-target branch October 26, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Force target to server rather than warning
2 participants