Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Oct 31, 2024
1 parent 5946e56 commit 919e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrengine.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type { ProjectConfigInterface } from '@ir-engine/projects/ProjectConfigIn
const config: ProjectConfigInterface = {
onEvent: './projectEventHooks.ts',
thumbnail: '/static/IR_thumbnail.jpg',
worldInjection: () => import('./src/ItemCollectGame'),
worldInjection: () => import('./src/ItemCollectGame')
}

export default config

0 comments on commit 919e549

Please sign in to comment.