Random tasks, more info

This commit is contained in:
Niklas Korz 2024-01-03 23:59:23 +01:00
parent 9187461ed4
commit f93ad89194
7 changed files with 288 additions and 100 deletions

5
app/src/api/pb.ts Normal file
View file

@ -0,0 +1,5 @@
import PocketBase from "pocketbase";
import type { TypedPocketBase } from "./pocketbase-types";
//export const pb = new PocketBase("https://musclecat.pi.korz.tech") as TypedPocketBase;
export const pb = new PocketBase("http://localhost:8090") as TypedPocketBase;