barebones docker | pocketbase | hono | svelte

This commit is contained in:
JCEEE
2026-06-23 21:49:54 +01:00
parent 2253b54077
commit f9d9fa9ace
105 changed files with 27341 additions and 97 deletions
+5
View File
@@ -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);