first intial
Some checks failed
CI Pipeline / Lint & Test Frontend (push) Has been cancelled
CI Pipeline / Test Backend (push) Has been cancelled

This commit is contained in:
2025-09-16 22:59:46 +08:00
parent 64b5af061a
commit 6e7a8c784b
133 changed files with 31858 additions and 16 deletions

10
frontend-e2e/project.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "frontend-e2e",
"$schema": "../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "frontend-e2e/src",
"tags": [],
"implicitDependencies": ["frontend"],
"// targets": "to see all targets run: nx show project frontend-e2e --web",
"targets": {}
}