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 94a9ba3 commit 6e73140Copy full SHA for 6e73140
scripts/webframeworks-deploy-tests/tests.ts
@@ -17,7 +17,7 @@ const ANGULAR_BASE_PATH = "";
17
const I18N_BASE = "";
18
const DEFAULT_LANG = "en";
19
const LOG_FILE = "scripts/webframeworks-deploy-tests/firebase-emulators.log";
20
-const NEXT_SOURCE = `${__dirname}/hosting`;
+const NEXT_SOURCE = `${__dirname}/nextjs`;
21
22
async function getFilesListFromDir(dir: string): Promise<string[]> {
23
const files = await new Promise<string[]>((resolve, reject) => {
0 commit comments