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

Fix/typescript-config #248

Merged
merged 14 commits into from
Oct 30, 2023
Merged

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    ca3169a View commit details
    Browse the repository at this point in the history
  2. remove unecessary workarounds

    Now that the TS config is compliant, we can
    - remove @ts-ignore overrides
    - import from "#imports" instead of importing from dependencies
    vejja committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    2df5a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a19b3f3 View commit details
    Browse the repository at this point in the history
  4. use defineNitroPlugin helper in nitro plugins

    - no need to import NitroAppPlugin from 'nitropack'
    - rename 'nitro' variable to 'nitroApp' for clarity
    vejja committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5e714a7 View commit details
    Browse the repository at this point in the history
  5. provide typing on runtimeConfig

    vejja committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    adf39e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50c8ffe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e751f52 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Revert "improve rateLimiter storage mounting"

    This reverts commit e751f52.
    vejja committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5bf020c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883de56 View commit details
    Browse the repository at this point in the history
  3. eslint update

    - conform eslint to standard recommendation
    - fix "template root requires one element" in secret.vue
    - also conforms 'npm run dev' script setup
    vejja committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    96d831a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. update package

    vejja committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f58f992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9e151e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    0fa8ace View commit details
    Browse the repository at this point in the history
  2. fix vercel build step

    - add .nuxtrc autoImport directive in docs/
    - enables building outside of root directory
    vejja committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3e596bc View commit details
    Browse the repository at this point in the history