From 7e01e2616b81ec64c1bf44a213a259aeae150ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Tue, 24 Sep 2024 11:13:20 +0200 Subject: [PATCH] Change Rollup config file extension to .mjs to ensure it is loaded as a module --- client/{rollup.config.js => rollup.config.mjs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename client/{rollup.config.js => rollup.config.mjs} (100%) diff --git a/client/rollup.config.js b/client/rollup.config.mjs similarity index 100% rename from client/rollup.config.js rename to client/rollup.config.mjs