Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ipx production support #257

Merged
merged 13 commits into from May 27, 2021
Merged

feat: ipx production support #257

merged 13 commits into from May 27, 2021

Commits on May 11, 2021

  1. fix: move ipx middleware to module

    * add documentation for manual runtime configuration
    * add support for auto config with Nuxt 2.16+ and `.nuxtrc`
    danielroe committed May 11, 2021
    Copy the full SHA
    9f971da View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a91483f View commit details
    Browse the repository at this point in the history
  3. fix: add serverMiddleware directly for nitro compat

    * use relative paths so not tied to build machine
    danielroe committed May 11, 2021
    Copy the full SHA
    b329301 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    93cca31 View commit details
    Browse the repository at this point in the history
  5. fix: add type for smw

    danielroe committed May 11, 2021
    Copy the full SHA
    85b0c9d View commit details
    Browse the repository at this point in the history
  6. fix: use correct alias

    danielroe committed May 11, 2021
    Copy the full SHA
    3de9130 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5e9d848 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    7facd51 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. wip

    Co-authored-by: Daniel Roe <daniel@roe.dev>
    pi0 and danielroe committed May 27, 2021
    Copy the full SHA
    7fc6555 View commit details
    Browse the repository at this point in the history
  2. update nuxt.config.js

    pi0 committed May 27, 2021
    Copy the full SHA
    7842c0a View commit details
    Browse the repository at this point in the history
  3. fix lint errors

    pi0 committed May 27, 2021
    Copy the full SHA
    8dde9c0 View commit details
    Browse the repository at this point in the history
  4. fix

    pi0 committed May 27, 2021
    Copy the full SHA
    54a8f70 View commit details
    Browse the repository at this point in the history
  5. test: fix ipx default test

    danielroe committed May 27, 2021
    Copy the full SHA
    5ce97c9 View commit details
    Browse the repository at this point in the history