Hi all,
There's a way to develope AppWrite Functions with Typescript? I don't know if i can do this with node-appwrite package.
You can use the node-sdk inside Typescript it has full support for it
Great. How can i test my function before deploy it
What I do, is I extract all my function logic into a function Then I can call the function when testing and the main endpoint will call it when deployed
Good idea. Thank you very much for the help 🙂
Sure thing 👍
[SOLVED] Typescript Functions
Recommended threads
- createSession() fails on Linux but works...
Hey Guys i need some help with this one. Am building for web and desktop using different code bases. For web am using Nuxt, and for desktop(windows and linux) a...
- Can Sites deployments be limited to the ...
Hey all! I’m using Appwrite Cloud Sites with GitHub connected. Right now, Appwrite seems to build for every push and PR, not just for my production branch (main...
- [Sites] pnpm Turborepo monorepo — stuck ...
deployment seems to never finish. Testing Appwrite Sites with a standard pnpm Turborepo monorepo (npx create-turbo@latest). Repo: https://github.com/saitrogen/...