Skip to content

Commit d8c49cd

Browse files
committed
Update openapi.md
turbomonorepo,no need root path
1 parent fe0d7a2 commit d8c49cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/patterns/openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const app = new Elysia()
104104
<summary>Having issues with type generation?</summary>
105105

106106
### Caveats: Root path
107-
As it's unreliable to guess to root of the project, it's recommended to provide the path to the project root to allow generator to run correctly, especially when using monorepo.
107+
If you use turbomonorepo, you don't need to worry about the root path . As it's unreliable to guess to root of the project, it's recommended to provide the path to the project root to allow generator to run correctly, especially when using monorepo.
108108

109109
```ts
110110
import { Elysia, t } from 'elysia'

0 commit comments

Comments
 (0)