Remove useless config caused by yarn
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Alessio Davoli 2023-12-12 18:40:02 +01:00
parent 2c290f2a85
commit 9fb42d5d19

View file

@ -17,12 +17,6 @@ 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;