Skip to content

superstatic CLI config file format not compatible with firebase #227

Closed
@ithinkihaveacat

Description

@ithinkihaveacat

firebase serve can handle a firebase.json that looks like this:

{
  "hosting": {
    "public": "public",
    ...
  }
}

superstatic wants the "parent" hosting key removed, so it looks like this:

{
  "public": "public",
  ...
}

(This should be fixed by #226.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions