How to use functions locally #408
devxpy
announced in
Programming Guide
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gooey.ai/functions uses deno deploy internally.
We have a hosted instance of it running, but if you wanna run it locally, you can deploy our function executor server on your own deno deploy account using:
Set the
GOOEY_AUTH_TOKEN
in deno deploy settings as an environment variable to a randomly generated auth tokenThen in the server's .env:
Beta Was this translation helpful? Give feedback.
All reactions