There was an error while loading. Please reload this page.
1 parent 77b3fbe commit 79b674fCopy full SHA for 79b674f
doc-angular/api/index.js
@@ -1,5 +1,8 @@
1
const path = require('path');
2
3
-const serverDistPath = path.join(process.cwd(), '../server/server.mjs');
+const serverDistPath = path.join(
4
+ process.cwd(),
5
+ 'doc-angular/src/server/server.mjs',
6
+);
7
8
export default import(serverDistPath).then((module) => module.app);
0 commit comments