Skip to content

Commit

Permalink
Merge branch 'main' into subsidence_etienne
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneKras committed Dec 13, 2023
2 parents ca70ae7 + 86a3c2e commit a319105
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 a319105

Please sign in to comment.