qwikifiers / qwik-nx

Nx plugin for Qwik
131 stars 24 forks source link

feat: add Deno adapter generator #180

Open faileon opened 1 year ago

faileon commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to deploy my qwik applications to the deno edge

Describe the solution you'd like

I would like to create a generator to qwik-nx that would setup a deno deploy for the desired project, similar to the PR #111

Describe alternatives you've considered ~

Additional context I would also like to include an option to generate a github action workflow hook, which is usually used with deno deploy to setup a simple release pipeline.

doug-shontz commented 1 year ago

Looking forward to seeing this PR come to fruition. Will be nice to have a local deployment option along with the existing cloud/edge options!