Skip to content

Commit

Permalink
fix: build error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilfish committed May 12, 2024
1 parent 15c21ae commit 8dd5a54
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 5 deletions.
12 changes: 11 additions & 1 deletion apps/web/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,17 @@ export default defineNuxtConfig({

typescript: {
tsConfig: {
extends: join(root, 'tsconfig.json'),
compilerOptions: {
types: [
'naive-ui/volar',
],

},
include: [
shared,
ui,
core,
],
},
},

Expand Down
4 changes: 4 additions & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
"lint": "eslint .",
"typecheck": "nuxi typecheck"
},
"peerDependencies": {
"axios": "^1.6.8",
"p-queue": "^8.0.1"
},
"devDependencies": {
"@bg-dev/nuxt-naiveui": "^1.13.2",
"@nuxt/image": "^1.7.0",
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export * from './utils'
export * from './constants'
export * from './constants/vueProvide'
export * from './stores'
export * from '@shared'
37 changes: 34 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 8dd5a54

Please sign in to comment.