Random tasks, more info
This commit is contained in:
parent
9187461ed4
commit
f93ad89194
7 changed files with 288 additions and 100 deletions
5
app/src/api/pb.ts
Normal file
5
app/src/api/pb.ts
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue