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 8049526 commit 2534222Copy full SHA for 2534222
playground/nuxt.config.ts
@@ -9,7 +9,7 @@ export default defineNuxtConfig({
9
auth: {
10
whitelist: ['/noauth'],
11
tokenExpiration: 10,
12
- // TODO: this makes yarn test:types fails for some unknown reason
+ // TODO: if it is uncommented it makes `yarn test:types` fails - for some unknown reason
13
// INFO: if it is commented out you can not login to the playground
14
/* permissions: {
15
admin: ['*'],
0 commit comments