We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75f803 commit 15112f9Copy full SHA for 15112f9
doc-angular/api/index.js
@@ -1,5 +1,5 @@
1
const path = require('path');
2
3
-const serverDistPath = path.join(process.cwd(), 'dist/server/server.mjs');
+const serverDistPath = path.join(process.cwd(), '../dist/server/server.mjs');
4
5
export default import(serverDistPath).then((module) => module.app);
0 commit comments