Open
Description
Bug report
Describe the bug
I'm trying to follow the official puppeteer example but Puppeteer requires Deno to be run with the --unstable flag. See the documentation here:
deno run -A --unstable example.js
However, it seems that the Supabase CLI does not support passing additional parameters so running the official example locally does not work.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Init a new Supabase project
- Follow the steps as described here: official puppeteer example
- Run the example locally using the
supabase functions serve
command - See error
Expected behavior
For the example to work locally so that it can be tested before deploying.