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