localization for ntfy and mail

This commit is contained in:
MDeeApp
2025-10-11 19:34:54 +02:00
parent 17e094e8ac
commit adc4cfbee8
25 changed files with 609 additions and 74 deletions

View File

@@ -1,10 +1,19 @@
import { defineConfig } from "vite";
import { fileURLToPath, URL } from "node:url";
import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
resolve: {
alias: {
"@shared": fileURLToPath(new URL("../shared", import.meta.url))
}
},
server: {
port: 5173,
fs: {
allow: [fileURLToPath(new URL("..", import.meta.url))]
},
proxy: {
"/api": {
target: "http://localhost:8000",