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,4 +1,4 @@
|
||||||
import { PUBLIC_URL_BASE } from "$env/static/public";
|
const PUBLIC_URL_BASE = "https://deprived.dev/";
|
||||||
|
|
||||||
// Absolute vibe coded. Idk if it works or not. Not important anyways
|
// Absolute vibe coded. Idk if it works or not. Not important anyways
|
||||||
// Assumes PUBLIC_URL_BASE is something like "https://deprived.dev"
|
// Assumes PUBLIC_URL_BASE is something like "https://deprived.dev"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import PocketBase from "pocketbase";
|
import PocketBase from "pocketbase";
|
||||||
import { parseProfile, type Profile } from "./Profile";
|
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);
|
let pb = new PocketBase(PUBLIC_POCKET_URL);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
import PocketBase from "pocketbase";
|
import PocketBase from "pocketbase";
|
||||||
import ShopItem from "./classes/ShopItem";
|
import ShopItem from "./classes/ShopItem";
|
||||||
import { PUBLIC_POCKET_URL } from "$env/static/public";
|
const PUBLIC_POCKET_URL = "https://pocket.deprived.dev/";
|
||||||
|
|
||||||
export let pb = new PocketBase(PUBLIC_POCKET_URL);
|
export let pb = new PocketBase(PUBLIC_POCKET_URL);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue