finish local dev setup
check / flake-check (push) Successful in 35s
deploy / deploy (push) Successful in 39s

This commit is contained in:
Lars Nolden
2026-07-10 15:59:03 +02:00
parent 1047968946
commit f4b5926e1f
5 changed files with 638 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { createClient } from "@supabase/supabase-js";
// and VITE_SUPABASE_ANON_KEY set at `nix build .#frontend` time.
const DEV_SUPABASE_URL = "http://127.0.0.1:8000";
const DEV_SUPABASE_ANON_KEY =
"dev-anon-key-placeholder-regenerate-with-supabase-self-host-script";
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiIsImlzcyI6InN1cGFiYXNlLWRldiIsImlhdCI6MTc1MTMyODAwMCwiZXhwIjoyMDgyNzU4NDAwfQ.M6U-nZq9dySoUJEfWHsiB0qabhATWobGaTM1LF86HHU";
const SUPABASE_URL =
import.meta.env.VITE_SUPABASE_URL ??