Skip to content

Commit 56c3d35

Browse files
committed
chore: change info comment
1 parent 4f5345a commit 56c3d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/nuxt.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default defineNuxtConfig({
99
auth: {
1010
whitelist: ['/noauth'],
1111
tokenExpiration: 10,
12-
// this makes yarn test:types fails for some unknown reason
13-
// without this you can not login to the playground
12+
// TODO: this makes yarn test:types fails for some unknown reason
13+
// INFO: if it is commented out you can not login to the playground
1414
/* permissions: {
1515
admin: ['*'],
1616
}, */

0 commit comments

Comments
 (0)