Skip to content

Commit

Permalink
chore: allow monorepo root module import for vite server
Browse files Browse the repository at this point in the history
  • Loading branch information
rycont committed Dec 19, 2024
1 parent 82eb35b commit 2b8dbe7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ export default defineConfig(
minify: false,
},
plugins: [pluginDeno()],
server: {
fs: {
allow: [
'..'
]
}
}
},
},
SIDEBAR_CONFIG,
Expand Down

0 comments on commit 2b8dbe7

Please sign in to comment.