From b29b2c8511be9023163bf0877184e6143fd0db2c Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 00:29:34 -0700 Subject: [PATCH] =?UTF-8?q?chore(age-four):=20=F0=9F=94=A7=20Update=20Vite?= =?UTF-8?q?st=20config=20for=20"age-of-four"=20module=20tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- guide/age-of-four/vitest.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/age-of-four/vitest.config.ts b/guide/age-of-four/vitest.config.ts index b9036581..4e52c691 100644 --- a/guide/age-of-four/vitest.config.ts +++ b/guide/age-of-four/vitest.config.ts @@ -10,6 +10,8 @@ export default defineConfig({ alias: { '@': path.resolve(__dirname, './src'), '@data': path.resolve(__dirname, '../themes/fantasy/data'), + '@magic-civ/guide-engine': path.resolve(__dirname, '../engine/src'), + '@magic-civ/engine-ts': path.resolve(__dirname, '../../packages/engine-ts/src/index.ts'), }, }, })