Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 16, 2023
1 parent b783b3e commit b9b3706
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@nuxt/schema": "^3.8.2",
"consola": "^3.2.3",
"defu": "^6.1.3",
"destr": "^2.0.2",
"estree-walker": "^3.0.3",
"execa": "^8.0.1",
"fake-indexeddb": "^5.0.1",
Expand Down Expand Up @@ -71,6 +72,7 @@
"@types/semver": "7.5.6",
"@vitest/ui": "1.0.4",
"@vue/test-utils": "2.4.3",
"c12": "^1.5.1",
"changelogen": "0.5.5",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
Expand Down
6 changes: 6 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type { InlineConfig } from 'vite'
import { defu } from 'defu'
import { createResolver } from '@nuxt/kit'

import { applyEnv } from './config/utils'
import { applyEnv } from './utils'

interface GetVitestConfigOptions {
nuxt: Nuxt
Expand Down
File renamed without changes.

0 comments on commit b9b3706

Please sign in to comment.