Skip to content

Files

Latest commit

Apr 8, 2025
7566e5f · Apr 8, 2025

History

History
15 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 581 Bytes

NPM Worker Repro

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.

How to run

  1. Clone this repo and cd into it
  2. npx supabase@latest start
  3. npx supabase@latest functions serve --no-verify-jwt
  4. Start worker with curl http://localhost:54321/functions/v1/worker
  5. Execute the send_messages.sql file with your sql client
  6. Observe the functions serve logs