I was trying to to deveop function with openruntime. And how to make it seamless for development mode?
I was trying to change example main.py, and nothing change with API.
Restart docker, or docker compose up with —build parameter nothing effect.
For now, the easiest thing to do is to deploy the updated code
Deployed to Appwrite?
Yes... technically you can use an open runtimes image to run a container but you'll have to build and then start as the docs describe
Honestly, it's best to just deploy to an Appwrite instance
What is the fastest way to deploy? CLI?
Possibly yes. I'd probably use the CLI
(appwrite deploy function)
Okayy, thank's @Steven . But in the future, is the team would make it easier for development instead of testing must deploy?
Probably
Recommended threads
- Appwrite functions dart runtime (3.7 sup...
It seems that currently Appwrite functions only support Dart runtime to 3.5, for my code I need dart 3.7. Is there any plan to support Dart3.7 runtime soon. Is ...
- Update string attribute
Hi, Unsure if we’re able to use newKey when updating string attribute over node.js server api call to change an attribute name instead of having to create a ne...
- @napi-rs/canvas in Cloud Function
Has anyone tried rendering images using [@napi-rs/canvas](https://www.npmjs.com/package/@napi-rs/canvas) in Appwrite Functions? I've got a Bun runtime setup for...