Extreme optimize + bug fixes + prerendering fix + more deprecation
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 1s

This commit is contained in:
BOTAlex 2025-10-02 07:36:41 +02:00
parent 28eea2d035
commit 4e2fe3700d
53 changed files with 324 additions and 1775 deletions

View file

@ -2,7 +2,7 @@
// It is meant to be called from stores.ts
import PocketBase from "pocketbase";
import { ShopItem } from "./classes/ShopItem";
import ShopItem from "./classes/ShopItem";
import { PUBLIC_POCKET_URL, PUBLIC_URL_BASE } from "$env/static/public";
export let pb = new PocketBase(PUBLIC_POCKET_URL);

View file

@ -48,3 +48,5 @@ export class ShopItem {
);
}
}
export default ShopItem;