TernaryBashOriginal post
Rank 2: Process
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 🤔
Summary
Developers are experiencing issues running Deno functions locally using the "appwrite develop local" command. The error indicates an unrecognized subcommand 'start'. It is suggested to create a GitHub issue to report this bug for the team to address.