@forgeax/engine-app 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -96,10 +96,7 @@ function serializeError(error) {
96
96
  }
97
97
  async function installBrowserRemoteBridge(deps) {
98
98
  const { world, renderer, assets, rhiCapture, profiler, execution, port } = deps;
99
- const mod = await import(
100
- /* @vite-ignore */
101
- '@forgeax/engine-remote/execute'
102
- );
99
+ const mod = await import('@forgeax/engine-remote/execute');
103
100
  const executeScript = mod.executeScript;
104
101
  const importModule = createEcsImportModule((specifier) => {
105
102
  if (specifier === "@forgeax/engine-runtime")