From 1ea3f49b25874cdb2a0d1ffb495dd9af7332685d Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 28 Nov 2023 20:36:19 +0100 Subject: [PATCH] Changes due to upgrade of vite. --- .eslintrc.json | 2 +- vite.config.ts => vite.config.mts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename vite.config.ts => vite.config.mts (100%) diff --git a/.eslintrc.json b/.eslintrc.json index b01e4218..db16d0d1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,7 +24,7 @@ "issue/*.ts", "issue/*.js", "tools/*.js", - "vite.config.ts" + "vite.config.mts" ], "rules": { "header/header": [ diff --git a/vite.config.ts b/vite.config.mts similarity index 100% rename from vite.config.ts rename to vite.config.mts