nextlove 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin.js +1 -1
- package/dist/generate-openapi/index.d.ts +1 -0
- package/dist/generate-openapi/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/bin.js
CHANGED
|
@@ -15,7 +15,7 @@ nextlove (generate-openapi | generate-route-types) [options]
|
|
|
15
15
|
--packageDir <path> Path to the package directory containing the Next.js app
|
|
16
16
|
--outputFile <path> Path to the output file
|
|
17
17
|
--pathGlob <glob> Glob pattern to find API route files
|
|
18
|
-
--apiPrefix <path> Prefix for API routes, default: "/"
|
|
18
|
+
--apiPrefix <path> Prefix for API routes, default: "/api"
|
|
19
19
|
|
|
20
20
|
`.trim()
|
|
21
21
|
)
|