mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
chore: update knip schema
This commit is contained in:
parent
0fc363a4f5
commit
d6ce3453c4
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://unpkg.com/knip@2/schema.json",
|
"$schema": "https://unpkg.com/knip@5/schema.json",
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
".": {
|
".": {
|
||||||
"entry": [
|
"entry": [
|
||||||
"scripts/*"
|
"scripts/*",
|
||||||
|
"test/*",
|
||||||
|
"test/fixtures/*"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"packages/*": {
|
"packages/*": {
|
||||||
|
Loading…
Reference in New Issue
Block a user