[READ-ONLY] Mirror of https://github.com/danielroe/nuxt-workers. SSR-safe, zero-config Web Workers integration for Nuxt.
0

Configure Feed

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

nuxt-workers / knip.json
374 B 22 lines
1{ 2 "$schema": "https://unpkg.com/knip@5/schema.json", 3 "ignore": [ 4 "**/__snapshots__/*" 5 ], 6 "workspaces": { 7 ".": { 8 "entry": [ 9 "src/module.ts", 10 ], 11 "ignoreDependencies": [ 12 "vitest-environment-nuxt" 13 ] 14 }, 15 "playground": { 16 "entry": [ 17 "workers/*.ts", 18 "layers/test/workers/*.ts" 19 ] 20 } 21 } 22}