This commit is contained in:
florpan 2025-09-04 23:56:24 +02:00
parent 75c6b740ec
commit ab588833b6

View File

@ -1,7 +1,7 @@
import { defineConfig } from "vite";
import solidPlugin from "vite-plugin-solid";
import { env } from "process";
//test
const target = env.BACKEND_URL ?? "https://localhost:5001";
export default defineConfig({