appexpress
appexpress copied to clipboard
Run Function locally.
How can I run this function locally without push to Appwrite first.
Hey @dimasanwaraziz 👋,
- If you have a self hosted appwrite instance on your machine then you could push the function there.
- If you intend to test the project locally, I do that for tests by creating a pseudo
context. Take a look here and here.
Ofc to have a full fledged drop in support to test this without Appwrite, you'd need to extend the headers for the context, which can be seen here.
Okay, thank's for your response, I'll discover this first.
@dimasanwaraziz Can this be closed?
Yes you can close this case, thanks.