From 1154ca89c05139269d15bd0a71c1ec80fa66033c Mon Sep 17 00:00:00 2001 From: Ryan Turner <128788495+ryn-trnr@users.noreply.github.com> Date: Wed, 13 May 2026 20:22:34 +1000 Subject: [PATCH] Import 'resolve' from 'path' in vite.config.js Fix issue related to 'npm run dev' --- vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.js b/vite.config.js index f0e132b..8c653fa 100644 --- a/vite.config.js +++ b/vite.config.js @@ -1,5 +1,6 @@ import { defineConfig } from "vite"; import { viteStaticCopy } from "vite-plugin-static-copy"; +import { resolve } from "path"; const cesiumSource = "node_modules/cesium/Build/Cesium"; // This is the base url for static files that CesiumJS needs to load.