Remove user-facing new-api naming; Docker/network/container names use heicode. Go imports updated; Dockerfiles and workflows ldflags fixed. Made-with: Cursor
8 lines
212 B
TypeScript
Vendored
8 lines
212 B
TypeScript
Vendored
import type { KnipConfig } from 'knip';
|
|
|
|
const config: KnipConfig = {
|
|
ignore: ['src/components/ui/**', 'src/routeTree.gen.ts'],
|
|
ignoreDependencies: ["tailwindcss", "tw-animate-css"]
|
|
};
|
|
|
|
export default config; |