mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
29 lines
684 B
JSON
29 lines
684 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@6/schema.json",
|
|
"entry": [
|
|
"src/main.tsx",
|
|
"src/features/conversations/index.ts",
|
|
"vite.config.ts",
|
|
"test/vitest.config.ts",
|
|
"test/wdio.conf.ts",
|
|
"playwright.config.ts",
|
|
"test/e2e/specs/**/*.spec.ts",
|
|
"test/playwright/specs/**/*.spec.ts"
|
|
],
|
|
"project": ["src/**/*.{ts,tsx}", "test/**/*.{ts,tsx}", "*.config.{js,ts}"],
|
|
"tags": ["-knipignore"],
|
|
"ignoreDependencies": [
|
|
"@wdio/appium-service",
|
|
"@wdio/cli",
|
|
"@wdio/local-runner",
|
|
"@wdio/mocha-framework",
|
|
"@wdio/spec-reporter",
|
|
"buffer",
|
|
"husky",
|
|
"os-browserify",
|
|
"process",
|
|
"util"
|
|
],
|
|
"ignoreBinaries": ["open"]
|
|
}
|