Like I mentioned in the title function works just fine in the appwrite instance as deployed but when using the new appwrite develop local for functions I get the error ```Preparing for start ...
Starting ...
error: unrecognized subcommand 'start'
Usage: deno [OPTIONS] [COMMAND]
For more information, try '--help'.
This is after the build finish command. I am not sure why the Deno runtime is using a start command 🤔