From 3302b9454d32458a36b6bdc02a1c65ff8bb70d01 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Tue, 31 Mar 2026 05:43:27 -0700 Subject: [PATCH] =?UTF-8?q?chore(age-dwarves):=20=F0=9F=94=A7=20Update=20V?= =?UTF-8?q?ite=20build=20configuration=20for=20plugins=20and=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- guide/age-of-dwarves/vite.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/age-of-dwarves/vite.config.ts b/guide/age-of-dwarves/vite.config.ts index 1c1f9237..2de3b743 100644 --- a/guide/age-of-dwarves/vite.config.ts +++ b/guide/age-of-dwarves/vite.config.ts @@ -12,7 +12,8 @@ export default defineConfig({ alias: { '@': path.resolve(__dirname, './src'), '@data': path.resolve(__dirname, `../../games/${GAME_ID}/data`), - '@worlds': path.resolve(__dirname, '../../engine/src/worlds'), + '@worlds': path.resolve(__dirname, '../../resources/worlds'), + '@resources': path.resolve(__dirname, '../../resources'), '@magic-civ/engine-ts': path.resolve(__dirname, '../../packages/engine-ts/src/index.ts'), '@magic-civ/guide-engine': path.resolve(__dirname, '../engine/src/index.ts'), '@magic-civ/physics-rs': path.resolve(__dirname, '../../packages/physics-rs/pkg/magic_civ_physics.js'),