Deploy to Deno button
Is there a button similar to Deploy to Heroku or Deploy to Vercel?
Noticed in docs example, which doesn't work:
https://dash.deno.com/new?url=https://deno.com/examples/hello_discord.ts&env=DISCORD_PUBLIC_KEY
And one more here:
Would be happy to contribute here, but can't find an appropriate repository (it seems to be private).
cc @satyarohith, as author/reviewer of that example
@tchief I mentioned this on their Discord channel and it have been fixed.
Yes, we fixed the issue. Thanks!
Thanks, @satyarohith! Was about to roll out simple service for this.
Is this correct, that
-
urlis a required param, i.e. Dash do not try to resolve it fromreferer. -
urlcould not point to a github repo, only file (js,jsx,ts,tsx). -
urlshould point to a file, without relative file imports, likeimport { handler } from "./utils.ts";
Tried to test these, but seems these are not supported. Should I create 3 (or 1) separate issues for ones, which you might plan to support?
@tchief afaik,
-
urlmust point to a file with one of the supported file formats. - It can contain relative imports.