We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a23cea commit 29e509eCopy full SHA for 29e509e
src/build/content/server.ts
@@ -34,7 +34,7 @@ function isError(error: unknown): error is NodeJS.ErrnoException {
34
* Copy App/Pages Router Javascript needed by the server handler
35
*/
36
export const copyNextServerCode = async (ctx: PluginContext): Promise<void> => {
37
- return await tracer.withActiveSpan('copyNextServerCode', async () => {
+ await tracer.withActiveSpan('copyNextServerCode', async () => {
38
// update the dist directory inside the required-server-files.json to work with
39
// nx monorepos and other setups where the dist directory is modified
40
const reqServerFilesPath = join(
0 commit comments