Skip to content

Commit

Permalink
use withFaust on app router example
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson committed Oct 17, 2023
1 parent a855b98 commit 38eb9f2
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/next/app-router/next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { withFaust } from '@faustwp/core';

/** @type {import('next').NextConfig} */
export default {
export default withFaust({
experimental: {
serverActions: true,
},
};
});
207 changes: 207 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38eb9f2

Please sign in to comment.