0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 22:22:45 -05:00
penpot-plugins/apps/example-styles/project.json

9 lines
213 B
JSON
Raw Normal View History

2024-02-27 11:48:27 +01:00
{
"name": "example-styles",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/example-styles/src",
2024-03-07 14:09:41 +01:00
"tags": ["type:app"],
2024-02-27 11:48:27 +01:00
"targets": {}
}