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

Export Vike configuration at /config #92

Closed
brillout opened this issue Jun 3, 2024 · 0 comments · Fixed by #93
Closed

Export Vike configuration at /config #92

brillout opened this issue Jun 3, 2024 · 0 comments · Fixed by #93

Comments

@brillout
Copy link
Member

brillout commented Jun 3, 2024

  import type { Config } from 'vike/types'
  import vikeVue from 'vike-vue/config'
- import vikePinia from 'vike-pinia'
+ import vikePinia from 'vike-pinia/config'

  export default {
    extends: [vikeVue, vikePinia],
  } satisfies Config

Same for vike-vue-query.

pdanpdan added a commit to pdanpdan/vike-vue that referenced this issue Jun 3, 2024
- export Vike configuration at /config for vike-pinia and vike-vue-query
- export configuration as default in vike-vue

close vikejs#92
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant