There was an error while loading. Please reload this page.
1 parent 47af5a1 commit 315cfb3Copy full SHA for 315cfb3
doc-angular/api/index.js
@@ -1,5 +1,5 @@
1
const path = require('path');
2
3
-const serverDistPath = path.join(process.cwd(), '../server/server.mjs');
+const serverDistPath = path.join(process.cwd(), 'server/server.mjs');
4
5
export default import(serverDistPath).then((module) => module.app);
0 commit comments