0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-08 08:09:18 -05:00
penpot-plugins/libs/plugins-runtime/project.json

15 lines
413 B
JSON
Raw Normal View History

2024-02-01 14:08:51 +01:00
{
"name": "plugins-runtime",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "plugins-runtime/src",
"projectType": "library",
2024-08-07 08:57:51 +02:00
"targets": {
"preview": {
"command": "vite preview",
"options": { "cwd": "libs/plugins-runtime" },
"_": "Delete this targets:preview when https://github.com/nrwl/nx/issues/26800 is fixed"
}
},
2024-03-07 14:09:41 +01:00
"tags": ["type:feature"]
2024-02-01 14:08:51 +01:00
}