Skip to content

Commit

Permalink
Add link to Server Actions docs. (#49384)
Browse files Browse the repository at this point in the history
To learn more πŸ˜„

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
leerob and ijjk committed May 8, 2023
1 parent 1c005eb commit e6cfc15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export class ClientReferenceEntryPlugin {
if (!this.useServerActions) {
compilation.errors.push(
new Error(
'Server Actions require `experimental.serverActions` option to be enabled in your Next.js config.'
'Server Actions require `experimental.serverActions` option to be enabled in your Next.js config: https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions'
)
)
} else {
Expand Down

0 comments on commit e6cfc15

Please sign in to comment.