not much progress tbh
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 9s
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 9s
This commit is contained in:
parent
4e2fe3700d
commit
a7a53e6fb6
504 changed files with 15 additions and 552 deletions
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
import PocketBase from "pocketbase";
|
||||
import ShopItem from "./classes/ShopItem";
|
||||
import { PUBLIC_POCKET_URL, PUBLIC_URL_BASE } from "$env/static/public";
|
||||
import { env } from "$env/dynamic/public";
|
||||
export const PUBLIC_URL_BASE = env.PUBLIC_URL_BASE ?? "";
|
||||
|
||||
export let pb = new PocketBase(PUBLIC_POCKET_URL);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import { PUBLIC_POCKET_URL, PUBLIC_URL_BASE } from "$env/static/public";
|
||||
import { ParseAssetUrl } from "@src/ts/Helper";
|
||||
|
||||
export class ShopItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue