chore(age-dwarves): 🔧 Update Vite build configuration for plugins and settings

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-31 05:43:27 -07:00
parent ce9d3f11f1
commit 3302b9454d

View file

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