mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 05:07:41 +02:00
web: i18n system & navbar translations
dynamic page language and language dropdown!! finally!!
This commit is contained in:
@ -1,6 +1,15 @@
|
||||
import { sveltekit } from "@sveltejs/kit/vite";
|
||||
import { defineConfig } from "vite";
|
||||
import { defineConfig, searchForWorkspaceRoot } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [sveltekit()],
|
||||
plugins: [
|
||||
sveltekit()
|
||||
],
|
||||
server: {
|
||||
fs: {
|
||||
allow: [
|
||||
searchForWorkspaceRoot(process.cwd())
|
||||
]
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user