We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb8e5e commit 0289130Copy full SHA for 0289130
3 files changed
app/app.ts
@@ -1,4 +1,3 @@
1
-import core from '@workadventure/map-starter-kit-core/dist/server.js';
+import { viteNodeApp as theApp } from '@workadventure/map-starter-kit-core/dist/server.js';
2
3
-export default core.default;
4
-export const viteNodeApp = core.viteNodeApp;
+export const viteNodeApp = theApp;
0 commit comments