redacted my info, into my database #1

Merged
botalex merged 21 commits from dev into main 2025-10-09 06:42:05 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 5702ea1ea7 - Show all commits

View file

@ -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
// Assumes PUBLIC_URL_BASE is something like "https://deprived.dev"

View file

@ -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);

View file

@ -3,7 +3,7 @@
import PocketBase from "pocketbase";
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);