Skip to content

Commit

Permalink
chore: remove custom buildDir
Browse files Browse the repository at this point in the history
updated ide and no need it.
  • Loading branch information
windx-foobar committed Feb 6, 2024
1 parent 3a2e82e commit 634816a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export default defineNuxtConfig({
// https://github.com/nuxt-themes/docus
extends: '@nuxt-themes/docus',
devtools: { enabled: false },
buildDir: '.nuxt3',
modules: ['../src/module.ts'],
app: {
baseURL: `/${name}`
Expand Down
2 changes: 1 addition & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./.nuxt3/tsconfig.json",
"extends": "./.nuxt/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
}
Expand Down

0 comments on commit 634816a

Please sign in to comment.