
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
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
- createPhoneToken not working with expo
` const phoneResponse = await account.createPhoneToken(response.$id, phone);` this gives this error: `OTP error: [AppwriteException: Server Error]` * phone i...
- Function not rebuilding properly
I have a function connected to github. Whenever I push to github it triggers a rebuild as expected, but the new function is not activated after done. Also it ...
