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 a335c54 commit 9f89009Copy full SHA for 9f89009
packages/nuxt/playground/nuxt.config.ts
@@ -28,6 +28,7 @@ export default defineNuxtConfig({
28
{
29
auth: true,
30
appCheck: {
31
+ // TODO: could automatically pick up a debug token defined as an env variable
32
debug: process.env.NODE_ENV !== 'production',
33
isTokenAutoRefreshEnabled: true,
34
provider: 'ReCaptchaV3',
0 commit comments