Update vite config
This commit is contained in:
parent
4f8e727bad
commit
48d51f8ffc
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ const config = {
|
||||||
precompress: false,
|
precompress: false,
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
server: {
|
||||||
|
fs: {
|
||||||
|
// Allow serving files from one level up to the project root
|
||||||
|
allow: ['..'],
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export default config;
|
export default config;
|
||||||
|
|
Loading…
Reference in a new issue