Skip to content

Commit

Permalink
♻️ (cleanup) cleanup example & resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Aug 12, 2021
1 parent fe424bb commit 1d65f6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions example/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,5 @@ const themePath = resolve(__dirname, './theme/index.ts')

export default withDocus(themePath, {
rootDir: __dirname,
// @ts-ignore
vite: {
server: {
fs: {
strict: false
}
}
},
buildModules: ['../src']
})
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
"clean:dist": "rm -rf dist node_modules",
"clean": "yarn clean:example && yarn clean:app && yarn clean:dist"
},
"resolutions": {
"@nuxt/components": "npm:@pi0/components",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
},
"dependencies": {
"@nuxt/kit": "^0.6.4",
"defu": "^5.0.0",
Expand Down

0 comments on commit 1d65f6b

Please sign in to comment.