chore(age-four): 🔧 Update Vitest config for "age-of-four" module tests

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-26 00:29:34 -07:00
parent 5cb80e4595
commit b29b2c8511

View file

@ -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'),
},
},
})