Skip to content

Commit 15112f9

Browse files
committed
fix(): all
1 parent b75f803 commit 15112f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-angular/api/index.js

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

3-
const serverDistPath = path.join(process.cwd(), 'dist/server/server.mjs');
3+
const serverDistPath = path.join(process.cwd(), '../dist/server/server.mjs');
44

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

0 commit comments

Comments
 (0)