Skip to content

Commit

Permalink
fix: properly export config (fix #194)
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 10, 2024
1 parent 103f30b commit c01f129
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vike-vue/src/+config.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
export { config }

import type { Config } from 'vike/types'
import './utils/tsx-workaround.js'
import { ssrEffect } from './integration/ssrEffect.js'

const config = {
export default {
name: 'vike-vue',
require: {
vike: '>=0.4.191',
Expand Down

0 comments on commit c01f129

Please sign in to comment.