Description
I was getting errors when following the tutorial https://faustjs.org/docs/tutorial/learn-faust/
Looks like this line is missing from next.config.js
const { withFaust, getWpHostname } = require( '@faustwp/core' );
Steps to reproduce
- following the tutorial https://faustjs.org/docs/tutorial/learn-faust/
- npm run dev throws errors
- add missing
const { withFaust, getWpHostname } = require( '@faustwp/core' ); to fix
Additional context
No response
@faustwp/core Version
3.1.0
@faustwp/cli Version
n/a
FaustWP Plugin Version
n/a
WordPress Version
n/a
Additional environment details
No response
Please confirm that you have searched existing issues in the repo.