🚀 Init Turbo Repo
This commit is contained in:
6
apps/builder/next.config.js
Normal file
6
apps/builder/next.config.js
Normal file
@ -0,0 +1,6 @@
|
||||
// eslint-disable-next-line @typescript-eslint/no-var-requires
|
||||
const withTM = require('next-transpile-modules')(['bot-engine'])
|
||||
|
||||
module.exports = withTM({
|
||||
reactStrictMode: true,
|
||||
})
|
Reference in New Issue
Block a user