mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
26 lines
442 B
JSON
26 lines
442 B
JSON
{
|
|
"$schema": "https://unpkg.com/knip@2/schema.json",
|
|
"workspaces": {
|
|
".": {
|
|
"entry": [
|
|
"scripts/*"
|
|
]
|
|
},
|
|
"packages/*": {
|
|
"entry": [
|
|
"src/index.ts",
|
|
"src/runtime/**/*.ts"
|
|
]
|
|
},
|
|
"packages/nuxt": {
|
|
"entry": [
|
|
"src/app/**/*.ts",
|
|
"src/app/*.ts",
|
|
"src/*/runtime/**/*.ts",
|
|
"src/core/templates.ts",
|
|
"src/index.ts"
|
|
]
|
|
}
|
|
}
|
|
}
|