mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
14 lines
413 B
JSON
14 lines
413 B
JSON
{
|
|
"name": "plugins-runtime",
|
|
"$schema": "../node_modules/nx/schemas/project-schema.json",
|
|
"sourceRoot": "plugins-runtime/src",
|
|
"projectType": "library",
|
|
"targets": {
|
|
"preview": {
|
|
"command": "vite preview",
|
|
"options": { "cwd": "libs/plugins-runtime" },
|
|
"_": "Delete this targets:preview when https://github.com/nrwl/nx/issues/26800 is fixed"
|
|
}
|
|
},
|
|
"tags": ["type:feature"]
|
|
}
|