Skip to content

Commit aadbc1d

Browse files
author
A.P.A. Slaa
committed
fix: check build configuration to include folders jwt en jwks
1 parent cb0a0a1 commit aadbc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default defineConfig({
2626
removeComments: false
2727
},
2828
// Ensure both files are included in type generation
29-
include: ['src/index.ts', 'src/promises.ts']
29+
include: ['src/index.ts', 'src/promises.ts', 'src/jwks/index.ts', 'src/jwks/promises.ts', 'src/jwt/index.ts', 'src/jwt/promises.ts']
3030
})
3131
]
3232
});

0 commit comments

Comments
 (0)