Refactor data loading logic: replace dynamic imports with fetch, update skills type, and integrate vite-plugin-static-copy for JSON assets.

This commit is contained in:
2025-07-06 21:37:07 +02:00
parent 2323e9f277
commit 1a4c5d96e7
6 changed files with 212 additions and 36 deletions

View File

@@ -28,6 +28,7 @@
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
"vite": "^7.0.0",
"vite-plugin-static-copy": "^3.1.0"
}
}