Links visited styles and fixes (#1)
Co-authored-by: Juan Manzanero <59628111+juancmandev@users.noreply.github.com> Reviewed-on: https://git.juancman.dev/juancmandev/website/pulls/1 Co-authored-by: juancmandev <juancmandev@protonmail.com> Co-committed-by: juancmandev <juancmandev@protonmail.com>
This commit is contained in:

committed by
Juan Manzanero

parent
60bb38130b
commit
ca16d19dca
@ -69,7 +69,7 @@ export type TypedPocketBase = PocketBase & {
|
||||
|
||||
export function createServerClient(url: string) {
|
||||
if (!url) {
|
||||
throw new Error('Pocketbase API url not defined !');
|
||||
throw new Error('Pocketbase API url not defined!');
|
||||
}
|
||||
|
||||
if (typeof window !== 'undefined') {
|
||||
|
Reference in New Issue
Block a user