Skip to content

Commit ef76458

Browse files
committed
chore: some options to playgorund
1 parent 7ee0516 commit ef76458

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

packages/nuxt/playground/nuxt.config.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@ export default defineNuxtConfig({
4848
key: '6LfJ0vgiAAAAAHheQE7GQVdG_c9m8xipBESx_SKI',
4949
},
5050

51-
// emulators: false,
51+
emulators: {
52+
enabled: true,
53+
54+
auth: {
55+
options: {
56+
// removes the HTML footer and console warning
57+
disableWarnings: process.env.NODE_ENV === 'development',
58+
},
59+
},
60+
},
5261

5362
config: {
5463
apiKey: 'AIzaSyAkUKe36TPWL2eZTshgk-Xl4bY_R5SB97U',

0 commit comments

Comments
 (0)