Skip to content

[TRI-1786] CLI dev command should have a flag for https #801

Description

@matt-aitken

For some webhooks like Instagram's, they require HTTPS. This can be achieved using an experimental Next.js feature in package.json:

    "dev": "next dev --experimental-https"

Our CLI dev command allows changing the hostname and port, and specifying a totally custom tunnel URL. But we don't allow enabled HTTPS.

Add -s --https flag.

TRI-1786

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions