Skip to content

Commit

Permalink
Changed output mode on app directory test application (#43607)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattjoh committed Dec 1, 2022
1 parent 2906b51 commit 07d52ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/app-dir/app/next.config.js
Expand Up @@ -5,7 +5,8 @@ module.exports = {
algorithm: 'sha256',
},
},
output: 'standalone',
// TODO: (wyattjoh) enable once we've resolved issues with app directory and standalone output mode
// output: 'standalone',
rewrites: async () => {
return {
afterFiles: [
Expand Down

0 comments on commit 07d52ce

Please sign in to comment.