Chore: Move Mock API into separate package (#104644)

This commit is contained in:
Tom Ratcliffe
2025-05-14 16:50:34 +03:00
committed by GitHub
parent acbc7b54ed
commit edfe690ea2
24 changed files with 408 additions and 50 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "library",
"tags": ["scope:package", "type:ui"],
"targets": {
"build": {}
}
}