There was an error while loading. Please reload this page.
1 parent d7cbcbc commit 77b3fbeCopy full SHA for 77b3fbe
doc-angular/api/index.js
@@ -1 +1,5 @@
1
-export default import('../server/server.mjs').then((module) => module.app);
+const path = require('path');
2
+
3
+const serverDistPath = path.join(process.cwd(), '../server/server.mjs');
4
5
+export default import(serverDistPath).then((module) => module.app);
0 commit comments