[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: mark router.options.ts as prod code

+2 -1
+1 -1
app/router.options.ts
··· 1 - import type { RouterConfig } from '@nuxt/schema' 1 + import type { RouterConfig } from 'nuxt/schema' 2 2 3 3 export default { 4 4 scrollBehavior(to, _from, savedPosition) {
+1
knip.ts
··· 4 4 workspaces: { 5 5 '.': { 6 6 entry: [ 7 + 'app/router.options.ts!', 7 8 'app/app.vue!', 8 9 'app/error.vue!', 9 10 'app/pages/**/*.vue!',