Skip to content

Commit

Permalink
Update packages/blitz-rpc/src/server/loader/server/loader-server.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
  • Loading branch information
timneutkens and sokra authored Mar 17, 2024
1 parent f2c4f96 commit d74450e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export async function transformBlitzRpcServer(

code += `__internal_addBlitzRpcResolver('${routePath}','${slash(
resolverFilePath,
)}',() => ${importStrategy}('${slash(relative(context, resolverFilePath))}'));`
)}',() => ${importStrategy}('${slash(relative(context, resolverFilePath).replace(/\\/g, "/")}'));`
code += "\n"
}

Expand Down

0 comments on commit d74450e

Please sign in to comment.