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
Some checks failed
Rebuild signaller for deprived.dev to rebuild site / test_service (push) Failing after 1s
This commit is contained in:
parent
28eea2d035
commit
4e2fe3700d
53 changed files with 324 additions and 1775 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -48,3 +48,5 @@ export class ShopItem {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default ShopItem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue