supabase / functions-js

MIT License
62 stars 22 forks source link

fix: ambient module declaration. #89

Closed thorwebdev closed 1 month ago

thorwebdev commented 1 month ago

https://stackoverflow.com/questions/71342646/adding-import-statement-to-global-d-ts-destroys-type-and-module-declarations

thorwebdev commented 1 month ago

Hmm, something's strange. Tests pass locally, but error here saying function haven'start correctly @soedirgo @laktek any ideas?

soedirgo commented 1 month ago

It's actually happening on main as well: https://github.com/supabase/functions-js/actions/runs/10142871628/job/28043062409

Not sure how the relay is setup, cc @egor-romanov

thorwebdev commented 1 month ago

@soedirgo since test are passing locally, you happy to 👍 to get this fix out?