Skip to content

Commit 77b3fbe

Browse files
committed
fix(): all
1 parent d7cbcbc commit 77b3fbe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc-angular/api/index.js

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

Comments
 (0)