Skip to content

Commit 59691eb

Browse files
committed
chore: mark router.options.ts as prod code
1 parent b748ae6 commit 59691eb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/router.options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { RouterConfig } from '@nuxt/schema'
1+
import type { RouterConfig } from 'nuxt/schema'
22

33
export default {
44
scrollBehavior(to, _from, savedPosition) {

knip.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ const config: KnipConfig = {
44
workspaces: {
55
'.': {
66
entry: [
7+
'app/router.options.ts!',
78
'app/app.vue!',
89
'app/error.vue!',
910
'app/pages/**/*.vue!',

0 commit comments

Comments
 (0)