chore: base url for mobile debug (#9268)

Without this PR, the login requests on mobile devices will be sent to `localhost:8080`, which is incorrect.
This commit is contained in:
doodlewind
2024-12-24 03:54:56 +00:00
parent 209c0889f8
commit 98f88d2615
@@ -33,7 +33,7 @@ export const BUILD_IN_SERVERS: (ServerMetadata & { config: ServerConfig })[] =
? [
{
id: 'affine-cloud',
baseUrl: 'http://localhost:8080',
baseUrl: location.origin,
config: {
serverName: 'Affine Cloud',
features: [