Add auto detect of locales files and contrib guide

This commit is contained in:
Restray
2022-04-03 21:47:58 +02:00
parent 8cd561b8cc
commit e4f701b148
3 changed files with 103 additions and 32 deletions

View File

@@ -12,6 +12,11 @@ const config = {
vite: {
optimizeDeps: {
exclude: ['svelte-kit-cookie-session']
},
server: {
fs: {
allow: ['./src/lib/locales/']
}
}
}
}