File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://unpkg.com/knip@5/schema.json" ,
3- "ignoreDependencies" : [" @size-limit/preset-small-lib" ],
3+ "ignoreDependencies" : [" @size-limit/preset-small-lib" , " @tanstack/config " ],
44 "ignoreWorkspaces" : [" examples/**" ],
55 "workspaces" : {
66 "packages/match-sorter-utils" : {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { nodeResolve } from '@rollup/plugin-node-resolve'
1313import svelte from 'rollup-plugin-svelte'
1414
1515const __dirname = fileURLToPath ( new URL ( '.' , import . meta. url ) )
16- export const rootDir = resolve ( __dirname , '..' )
16+ const rootDir = resolve ( __dirname , '..' )
1717
1818/** @param {'development' | 'production' } type */
1919const forceEnvPlugin = type =>
You can’t perform that action at this time.
0 commit comments