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

9 lines
213 B
JSON
Raw Normal View History

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