Skip to content

[feat] enable to start with init.sh #10

@onelittlenightmusic

Description

@onelittlenightmusic

If we want to start graphql mesh after some initialization step, it would be better that we could add init.sh to initialize before starting graphql mesh.

example) Just running repeatedly until success.

    #!/bin/bash
    while true; do
      yarn mesh serve && break
    done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions