Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Jan 10, 2025
1 parent 91cccbf commit d840bab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src/",
"lint": "eslint src",
"lint:attw": "attw --pack . --ignore-rules no-resolution cjs-resolves-to-esm",
"lint:publint": "publint",
"publish:local": "pnpm yalc push --replace --sig",
Expand Down
1 change: 0 additions & 1 deletion packages/nuxt/src/runtime/server/clerkClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { isTruthy } from '@clerk/shared/underscore';
import type { H3Event } from 'h3';

// @ts-expect-error: Nitro import. Handled by Nuxt.
// eslint-disable-next-line import/no-unresolved
import { useRuntimeConfig } from '#imports';

export function clerkClient(event: H3Event) {
Expand Down

0 comments on commit d840bab

Please sign in to comment.