removed all environment varibales because shid not work
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 12s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Successful in 12s
This commit is contained in:
parent
7a21f70144
commit
5702ea1ea7
3 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import PocketBase from "pocketbase";
|
||||
import { parseProfile, type Profile } from "./Profile";
|
||||
import { PUBLIC_POCKET_URL } from "$env/static/public";
|
||||
const PUBLIC_POCKET_URL = "https://pocket.deprived.dev/";
|
||||
|
||||
let pb = new PocketBase(PUBLIC_POCKET_URL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue