Skip to content

Commit a14dbae

Browse files
committed
More fixes for docs
1 parent 7c1e7d3 commit a14dbae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/nuxt/src/runtime/plugin.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// @ts-expect-error
1+
// @ts-ignore
22
import { defineNuxtPlugin, useRoute, useRuntimeConfig } from '#app';
33

44
export default defineNuxtPlugin((nuxtApp: any) => {

packages/nuxt/src/runtime/utils/NuxtPowerSyncDatabase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import type { DynamicSchemaManager } from './DynamicSchemaManager';
1717
import { usePowerSyncInspector } from '../composables/usePowerSyncInspector';
1818
import { useDiagnosticsLogger } from '../composables/useDiagnosticsLogger';
1919
import { shallowRef, type ShallowRef } from 'vue';
20-
// @ts-expect-error
20+
// @ts-ignore
2121
import { useRuntimeConfig } from '#app';
2222
import { RustClientInterceptor } from './RustClientInterceptor';
2323

0 commit comments

Comments
 (0)