Skip to content

Commit 2534222

Browse files
committed
chore: comment out
1 parent 8049526 commit 2534222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/nuxt.config.ts

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

0 commit comments

Comments
 (0)