Skip to content

Commit 86a3c2e

Browse files
authored
Merge pull request #11 from openearth/fix/horizon-local-dev-fix
Add horizon root path to allowed locations
2 parents 7bd5af1 + b5a7977 commit 86a3c2e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: app/nuxt.config.ts

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ export default defineNuxtConfig({
1818
},
1919
],
2020
vite: {
21+
server: {
22+
fs: {
23+
allow: [
24+
"C:/SnapVolumesTemp/MountPoints/",
25+
"..",
26+
"."
27+
]
28+
}
29+
},
2130
vue: {
2231
template: {
2332
transformAssetUrls,

0 commit comments

Comments
 (0)