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:
+1
-2
@@ -6,8 +6,7 @@
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"test": "node --test"
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"alpinejs": "^3.14.9",
|
||||
|
||||
Reference in New Issue
Block a user