mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
chore(infra): atualizar build, docker e tooling
This commit is contained in:
22
knip.jsonc
Normal file
22
knip.jsonc
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/knip@6/schema-jsonc.json",
|
||||
// Exclude shared UI primitives from dead code reporting while we focus the
|
||||
// cleanup on feature and domain code first.
|
||||
"ignore": [
|
||||
"src/shared/components/ui/**"
|
||||
],
|
||||
// Runtime asset referenced by string in the PDF viewer.
|
||||
"ignoreFiles": [
|
||||
"public/pdf.worker.min.mjs",
|
||||
"setup.mjs"
|
||||
],
|
||||
// PostCSS is inferred from the config file, but the project only depends on
|
||||
// the Tailwind PostCSS plugin directly.
|
||||
"ignoreDependencies": [
|
||||
"postcss"
|
||||
],
|
||||
"next": true,
|
||||
"postcss": true,
|
||||
"biome": true,
|
||||
"drizzle": true
|
||||
}
|
||||
Reference in New Issue
Block a user