From ca4c35295589d80766e626e42ebe288c531ceac8 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 22 Jan 2026 14:39:03 +0100 Subject: [PATCH] Migrate client vite.config.js to support deno path format --- client/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/vite.config.js b/client/vite.config.js index 4dbe8b99..497b9af8 100644 --- a/client/vite.config.js +++ b/client/vite.config.js @@ -1,7 +1,7 @@ import {defineConfig} from "vite"; import react from "@vitejs/plugin-react"; import {VitePWA} from "vite-plugin-pwa"; -import * as path from "path"; +import * as path from "node:path"; export default defineConfig({ plugins: [