12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"outDir": "packages/playwright/dist",
|
|
"assets": [
|
|
{ "glob": "**/files/**" },
|
|
{ "glob": "src/**/schema.json" },
|
|
{ "glob": "src/**/schema.d.ts" },
|
|
{ "glob": "src/migrations/**/*.md" },
|
|
{ "glob": "PLUGIN.md" },
|
|
"LICENSE"
|
|
]
|
|
}
|