This commit is contained in:
Nikola Petrov
2026-09-08 23:34:18 +02:00
parent 7f36d6f37c
commit 443a7c483a
12 changed files with 513 additions and 14 deletions
+4
View File
@@ -2,9 +2,13 @@ import { fileURLToPath, URL } from 'node:url'
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import VueRouter from 'vue-router/vite'
import VueI18n from '@intlify/unplugin-vue-i18n/vite'
export default defineConfig(({ mode }) => ({
plugins: [
VueI18n({
include: fileURLToPath(new URL('./vue/locales/**', import.meta.url)),
}),
VueRouter({
routesFolder: 'vue/routes',
importMode: 'sync',