Skip to content

Commit

Permalink
Merge pull request #11 from openearth/fix/horizon-local-dev-fix
Browse files Browse the repository at this point in the history
Add horizon root path to allowed locations
  • Loading branch information
N-Clerkx authored Dec 13, 2023
2 parents 7bd5af1 + b5a7977 commit 86a3c2e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ export default defineNuxtConfig({
},
],
vite: {
server: {
fs: {
allow: [
"C:/SnapVolumesTemp/MountPoints/",
"..",
"."
]
}
},
vue: {
template: {
transformAssetUrls,
Expand Down

0 comments on commit 86a3c2e

Please sign in to comment.