Add dark mode UI with PocketBase auth

This commit is contained in:
2026-07-27 03:31:22 +02:00
parent af3fc31d22
commit 1c445b0768
+1 -1
View File
@@ -2,7 +2,7 @@ import './style.css'
import PocketBase from 'pocketbase'
// PocketBase bağlantısını kur (Kendi PocketBase domain adresini yaz)
const pb = new PocketBase('https://pb.iontalp.com')
const pb = new PocketBase('https://pocketbase.iontalp.com')
const app = document.getElementById('app')