aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/lib/pocketbase.ts
blob: b9aeb84f8fcb40d12a901954a99f3d55d707b628 (plain) (blame)
1
2
3
4
5
6
7
import PocketBase from "pocketbase";

const pb = new PocketBase(
  process.env.NEXT_PUBLIC_POCKETBASE_URL ?? "http://127.0.0.1:8090"
);

export default pb;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage