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 8efac91 commit 2cfadefCopy full SHA for 2cfadef
packages/router-generator/src/generator.ts
@@ -1090,7 +1090,7 @@ ${acc.routeTree.map((child) => `${child.variableName}${exportName}: typeof ${get
1090
mkdirSync(this.config.tmpDir, { recursive: true })
1091
this.sessionId = crypto.randomBytes(4).toString('hex')
1092
}
1093
- return `${this.sessionId}-${hash}`
+ return path.join(this.config.tmpDir, `${this.sessionId}-${hash}`)
1094
1095
1096
private async isRouteFileCacheFresh(node: RouteNode): Promise<
0 commit comments