Compare commits

..

2 Commits

Author SHA1 Message Date
Kenan Alić
9e77e98349 Post-release styling pass
All checks were successful
Build / build (push) Successful in 22s
2025-10-24 03:23:25 +02:00
Kenan Alić
6fdaa16610 Version 1.0 squash 2025-10-24 03:23:19 +02:00

View File

@@ -22,7 +22,7 @@ const getPocketBaseUrl = (): string => {
}
/* Production URL - configure via build process or use relative URL */
return import.meta.env.VITE_POCKETBASE_URL || "https://api.yourdomain.com";
return import.meta.env.VITE_POCKETBASE_URL || "http://localhost:8090";
};
/**