Files
archived-next-auth/packages/dev-app/next.config.js
Balázs Orbán 3fe7a64e7a chore: monorepo 1 (#3804)
* fix labeler

* try fixing test runs in GitHub Actions

* pass flags to test command

* test version pr

* move versoin-pr action

* remove --dry-run flag

* re-enable testing, re-add semantic release for now

* add docs

* use `yarn.lock` and different docs port

* simplify dev app config

* fix coverage report

* fix provider source links

* fix more links
2022-02-04 16:01:26 +01:00

17 lines
250 B
JavaScript

module.exports = {
webpack(config) {
config.experiments = {
...config.experiments,
topLevelAwait: true,
}
return config
},
typescript: {
ignoreBuildErrors: true,
},
experimental: {
externalDir: true,
},
}