Skip to content

Commit

Permalink
Use export default
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 16, 2023
1 parent 346d90f commit a7b2a72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/svelte-query/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { svelte } from '@sveltejs/vite-plugin-svelte'
import { defineConfig } from 'vitest/config'
import path from 'node:path'

const config = defineConfig({
export default defineConfig({
plugins: [svelte()],
resolve: {
alias: {
Expand All @@ -23,5 +23,3 @@ const config = defineConfig({
setupFiles: ['vitest.setup.ts'],
},
})

export default config

0 comments on commit a7b2a72

Please sign in to comment.