chore(age-dwarves): 🔧 Update Vite build configuration for plugins and settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
ce9d3f11f1
commit
3302b9454d
1 changed files with 2 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue