Frontend app that displays ubiquibot realtime logs for debug purposes.
- Set your project's
SUPABASE_URL
andSUPABASE_KEY
(public anon key) here - Enable realtime for the table
-- example
CREATE POLICY "Enable read access for all users" ON "public"."logs"
AS PERMISSIVE FOR SELECT
TO public
USING (true)
- Now logs should be displayed in realtime
yarn start
yarn build:prod