We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b748ae6 commit 59691ebCopy full SHA for 59691eb
app/router.options.ts
@@ -1,4 +1,4 @@
1
-import type { RouterConfig } from '@nuxt/schema'
+import type { RouterConfig } from 'nuxt/schema'
2
3
export default {
4
scrollBehavior(to, _from, savedPosition) {
knip.ts
@@ -4,6 +4,7 @@ const config: KnipConfig = {
workspaces: {
5
'.': {
6
entry: [
7
+ 'app/router.options.ts!',
8
'app/app.vue!',
9
'app/error.vue!',
10
'app/pages/**/*.vue!',
0 commit comments