mirror of
https://github.com/YunoHost/yunohost-portal.git
synced 2024-09-03 20:06:23 +02:00
dev: add ynh-dev cache in vite allow list
This commit is contained in:
parent
706f1c8b25
commit
34a9e2d9a3
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@ export default defineNuxtConfig({
|
|||
'nuxt-icons',
|
||||
'@nuxtjs/google-fonts',
|
||||
],
|
||||
vite: {
|
||||
server: {
|
||||
fs: {
|
||||
// For `./ynh-dev use-git yunohost-portal` to work
|
||||
allow: ["/var/cache/ynh-dev/yunohost-portal/"]
|
||||
}
|
||||
}
|
||||
},
|
||||
devtools: { enabled: true },
|
||||
googleFonts: {
|
||||
families: {
|
||||
|
|
Loading…
Reference in a new issue