From a130538895b004ee8d969014cfeb9b218d31a5eb Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 1 Dec 2022 09:46:34 -0700 Subject: [PATCH] tests: changed output mode for app dir test app --- test/e2e/app-dir/app/next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/app-dir/app/next.config.js b/test/e2e/app-dir/app/next.config.js index 2abdf182752e..085fe6d416a6 100644 --- a/test/e2e/app-dir/app/next.config.js +++ b/test/e2e/app-dir/app/next.config.js @@ -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: [