appwrite / sdk-generator

Generating SDKs for multiple programming languages and platforms ⚙️
https://appwrite.io
MIT License
274 stars 173 forks source link

Fix: Deno commands #999

Closed Meldiron closed 1 month ago

Meldiron commented 1 month ago

What does this PR do?

Test Plan

Before:

CleanShot 2024-10-09 at 20 54 31@2x

AFter:

CleanShot 2024-10-09 at 20 54 10@2x

Related PRs and Issues

x

Have you read the Contributing Guidelines on issues?

Yes

Meldiron commented 1 month ago

These still work for older versions of deno?

Yes, cache has been supported for long time. the deno install is actually the new one that wouldn't work. Plus it would still want entrypoint, or deno.json

Start command should work in all versions too. Ther is no version-specific override for Deno start command: https://github.com/open-runtimes/open-runtimes/tree/main/runtimes/deno/versions