denoland / denoland/deploy_feedback

Start server by task

Open
#467 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
No language data
Stars
79
Forks
5
PR merge metrics
No merged PRs in 30d

Description

### What problem are you trying to solve?

I just realized that I can't deploy my server because it uses flags curious if this is a deliberate choice to omit creating a server using `deno task`. Kind of odd because `npm run start` is such a iconic way to start a server and there's no way to do the same in deno via deploy.

### Describe the solution you'd like

Default that `deno task start` would run the server as opposed to a single file entrypoint. Or allow the user to pick a task in the dropdown in deno deploy.

### Describe alternatives you've considered

I'm gonna have to re-write my server script to work without flags or work via env vars.

### Documentation, Adoption, Migration Strategy

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.