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 b1830a3 commit 06f7d70Copy full SHA for 06f7d70
packages/nuxt/src/module/emulators.ts
@@ -20,6 +20,9 @@ export async function willUseEmulators(
20
21
// return true if the file doesn't exist instead of throwing
22
if (await access(firebaseJsonPath, constants.F_OK).catch(() => true)) {
23
+ logger.warn(
24
+ `The "firebase.json" file doesn't exist at "${firebaseJsonPath}".`
25
+ )
26
return null
27
}
28
0 commit comments