This repo is meant to be used to verify if using NPM version of @pgflow/edge-worker
package works as expected.
In previous tests there was a problem with resolving dependencies, but only at runtime, deno cache
was properly resolving everything.
- Clone this repo and
cd
into it npx supabase@latest start
npx supabase@latest functions serve --no-verify-jwt
- Start worker with
curl http://localhost:54321/functions/v1/worker
- Execute the
send_messages.sql
file with your sql client - Observe the
functions serve
logs