@shopify/cli-kit
    Preparing search index...

    Function appendFileSync

    • Synchronously appends content to file at path.

      Parameters

      • path: string

        Path to the file to be appended.

      • data: string

        Content to be appended.

      Returns void