barebones docker | pocketbase | hono | svelte
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import PocketBase from 'pocketbase';
|
||||
import { SERVER_IP, PB_PORT } from '../../../config.ts';
|
||||
|
||||
const url = `http://${SERVER_IP}:${PB_PORT}`;
|
||||
export const pb: PocketBase = new PocketBase(url);
|
||||
Reference in New Issue
Block a user