Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 218b42d

Browse files
committed
fix(): server
1 parent 79b674f commit 218b42d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

doc-angular/api/index.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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',
1+
export default import('../dist/server/server.mjs').then((module) =>
2+
module.app(),
63
);
7-
8-
export default import(serverDistPath).then((module) => module.app);

0 commit comments

Comments
 (0)