Skip to content

Commit 79b674f

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc-angular/api/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
const path = require('path');
22

3-
const serverDistPath = path.join(process.cwd(), '../server/server.mjs');
3+
const serverDistPath = path.join(
4+
process.cwd(),
5+
'doc-angular/src/server/server.mjs',
6+
);
47

58
export default import(serverDistPath).then((module) => module.app);

0 commit comments

Comments
 (0)