export default {
  id: 'engine.config',
  theme: import.meta.env.VITE_THEME || 'light',
  material: ['/mock/bundle.json'],
  scripts: [],
  styles: []
}