mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
docs: add note about node.js 22 requirement
This commit is contained in:
@@ -17,6 +17,11 @@ npm install @hono/vite-dev-server
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
<Warning>
|
||||
When run with Node.js, a version of 22 (LTS) or higher is required. Please verify your version by running `node -v`, and [upgrade](https://nodejs.org/en/download/) if necessary.
|
||||
</Warning>
|
||||
|
||||
Now create a `bknd.config.ts` file in the root of your project.
|
||||
|
||||
```typescript bknd.config.ts
|
||||
|
||||
Reference in New Issue
Block a user