We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e1bd8 commit 442a69aCopy full SHA for 442a69a
packages/@apphosting/adapter-nextjs/e2e/run-local.ts
@@ -60,6 +60,7 @@ const scenarios: Scenario[] = [
60
const configContent = scenario.config;
61
62
// Remove any existing next.config.* files
63
+ // eslint-disable-next-line @typescript-eslint/await-thenable
64
const configFiles = await glob(join(cwd, "next.config.*"));
65
for (const file of configFiles) {
66
await fsExtra.remove(file);
0 commit comments