feat(FN-002): complete Step 2 — React Frontend App Skeleton

Fusion-Task-Id: FN-002
Fusion-Task-Lineage: 49cb7077-d805-4d39-9a27-ae50744f2839
This commit is contained in:
Fusion
2026-05-14 06:15:59 +02:00
parent c6bf919344
commit 212b9e7c21
6 changed files with 47 additions and 22 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"test": "vitest run",
"typecheck": "tsc -b --noEmit"
},