Skip to content

demo-store@2.0.0

Choose a tag to compare

@shopify-github-actions-access shopify-github-actions-access released this 25 Jul 21:25
· 1297 commits to main since this release
a01e586

Major Changes

  • Add .env file to Remix watcher to allow reloading environment variables on file save. In remix.config.js: (#997) by @frandiox

    -watchPaths: ['./public'],
    +watchPaths: ['./public', './.env'],

Patch Changes