Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 12, 2024
1 parent 1fa8122 commit ba3378c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vike-vue/src/+config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
export { config as default }

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

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

0 comments on commit ba3378c

Please sign in to comment.