Skip to content

Commit d7cbcbc

Browse files
committed
fix(): all
1 parent 315cfb3 commit d7cbcbc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc-angular/api/index.js

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

0 commit comments

Comments
 (0)