Compare commits
2 Commits
a107202211
...
9e77e98349
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e77e98349 | ||
|
|
6fdaa16610 |
@@ -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";
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user