0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-10 00:40:33 -05:00
penpot-plugins/libs/plugins-runtime/project.json

15 lines
413 B
JSON
Raw Normal View History

2024-02-01 08:08:51 -05:00
{
"name": "plugins-runtime",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "plugins-runtime/src",
"projectType": "library",
2024-08-07 01:57:51 -05: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 08:09:41 -05:00
"tags": ["type:feature"]
2024-02-01 08:08:51 -05:00
}