Refactor API client to replace resolveApiRequestUrl with buildUrl, improving URL construction and error handling. Remove test script from package.json.

This commit is contained in:
2026-04-06 11:06:07 +02:00
parent 739cb37157
commit d56da613dd
2 changed files with 79 additions and 51 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --test"
"preview": "vite preview"
},
"dependencies": {
"alpinejs": "^3.14.9",