Skip to content

Commit

Permalink
go back to 13.3.3 :(
Browse files Browse the repository at this point in the history
  • Loading branch information
mpwsh committed Jul 18, 2023
1 parent 02fc77e commit 7ad1947
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 74 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ const nextConfig = {
},
],
},
experimental: {
appDir: true,
},
webpack(config) {
config.experiments = { ...config.experiments, topLevelAwait: true };
return config;
Expand Down
124 changes: 51 additions & 73 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"http-proxy": "^1.18.1",
"install": "^0.13.0",
"micro": "^10.0.1",
"next": "^13.4.10",
"next": "13.3.3",
"next-auth": "^4.22.1",
"next-plugin-graphql": "^0.0.2",
"npm": "^9.6.1",
Expand Down

0 comments on commit 7ad1947

Please sign in to comment.