Hi, just doing some local function development with Typescript. Works well, but when I change any files, the hot-reload functionality just swaps out the source file and doesn't rebuild the function so the changes aren't reflected when I call the function again locally.
Would be useful to enable some sort of feature which forces a full rebuild of the function when a change is detected.
Currently I'm having to kill the runtime and restart it after every change.
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...