feat: install svelte-18n and init setup

This commit is contained in:
Restray
2022-04-01 22:50:55 +02:00
parent 986c5b7133
commit 741db1778b
7 changed files with 525 additions and 375 deletions

View File

@@ -12,6 +12,12 @@ const config = {
vite: {
optimizeDeps: {
exclude: ['svelte-kit-cookie-session']
},
server: {
fs: {
// Allow serving files from one level up to the project root
allow: ['../locales']
}
}
}
}