Remove unrelated Next.js file changes

This commit is contained in:
2026-02-28 23:32:20 +05:30
parent 8bf8b22e57
commit 80b0716a4a

View File

@@ -71,7 +71,7 @@ export type NextjsBkndConfig<Env = NextjsEnv> = FrameworkBkndConfig<Env> & {
## Serve the API
Create a helper file to instantiate the bknd instance and retrieve the API, importing the configuration from the `bknd.config.ts` file:
Create a helper file to instantiate the bknd instance and retrieve the API, importing the configurationfrom the `bknd.config.ts` file:
```ts title="src/bknd.ts"
import {