Skip to content

Commit

Permalink
fix: allow as any in vite.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
usagizmo committed Apr 13, 2023
1 parent 43ee227 commit f345e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export default defineConfig(({ mode }) => {
schemaPollHeaders: {
'x-hasura-admin-secret': env.HASURA_ADMIN_SECRET,
},
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any),
sveltekit(),
],
Expand Down

1 comment on commit f345e47

@vercel
Copy link

@vercel vercel bot commented on f345e47 Apr 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.