Files
2026-07-13 12:38:36 +08:00

33 lines
567 B
JSON

{
"outDir": "packages/workspace/dist",
"assets": [
{
"glob": "**/files/**"
},
{
"glob": "**/files/**/.gitkeep"
},
{
"glob": "**/files-integrated-repo/**"
},
{
"glob": "**/files-integrated-repo/**/.gitkeep"
},
{
"glob": "**/files-package-based-repo/**"
},
{
"glob": "**/files-readme/**"
},
{
"glob": "**/files-root-app/**"
},
{ "glob": "presets/*.json" },
{ "glob": "src/**/schema.json" },
{
"glob": "src/**/schema.d.ts"
},
"LICENSE"
]
}