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 79b674f commit 218b42dCopy full SHA for 218b42d
doc-angular/api/index.js
@@ -1,8 +1,3 @@
1
-const path = require('path');
2
-
3
-const serverDistPath = path.join(
4
- process.cwd(),
5
- 'doc-angular/src/server/server.mjs',
+export default import('../dist/server/server.mjs').then((module) =>
+ module.app(),
6
);
7
8
-export default import(serverDistPath).then((module) => module.app);
0 commit comments