From 1a5d54c0d775577303df1fe24975c9e1145ebac1 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Thu, 1 Dec 2022 17:17:15 -0800 Subject: [PATCH] Revert "Changed output mode on app directory test application (#43607)" This reverts commit 07d52ce736a234f1df81ae22e84843778f553e9d. --- test/e2e/app-dir/app/next.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/e2e/app-dir/app/next.config.js b/test/e2e/app-dir/app/next.config.js index 085fe6d416a6..2abdf182752e 100644 --- a/test/e2e/app-dir/app/next.config.js +++ b/test/e2e/app-dir/app/next.config.js @@ -5,8 +5,7 @@ module.exports = { algorithm: 'sha256', }, }, - // TODO: (wyattjoh) enable once we've resolved issues with app directory and standalone output mode - // output: 'standalone', + output: 'standalone', rewrites: async () => { return { afterFiles: [