2026-04-13
This commit is contained in:
parent
d50de6d534
commit
08ad871e0c
9 changed files with 320 additions and 293 deletions
15
package.json
15
package.json
|
|
@ -73,8 +73,17 @@
|
|||
"ios >0 and last 3 years"
|
||||
],
|
||||
"knip": {
|
||||
"entry": ["web/app/themes/haiku-atelier-2024/src/scripts/*.ts"],
|
||||
"project": ["web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"]
|
||||
"entry": [
|
||||
"web/app/themes/haiku-atelier-2024/src/scripts/*.ts"
|
||||
],
|
||||
"project": [
|
||||
"web/app/themes/haiku-atelier-2024/src/scripts/**/*.{js,ts,d.ts}"
|
||||
]
|
||||
},
|
||||
"trustedDependencies": ["@parcel/watcher", "core-js", "lightningcss-cli", "msgpackr-extract"]
|
||||
"trustedDependencies": [
|
||||
"@parcel/watcher",
|
||||
"core-js",
|
||||
"lightningcss-cli",
|
||||
"msgpackr-extract"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue