draew6

Results 5 comments of draew6

> Change node.js version to 18.x in project settings works for me. thank you, that worked! no chance for me to come up with this :D

@MayankSuthar1 go to vercel.com, pick a project and then go to Settings > General -> Node.js Version. Pick 18.x

@yusukebe app.ts ``` import { swaggerUI } from '@hono/swagger-ui' import { OpenAPIHono} from '@hono/zod-openapi' import { Hono } from 'hono' const app = new OpenAPIHono() //const app = new Hono()...

@yusukebe hmm weird, i just cloned and typed "vercel" ![image](https://github.com/honojs/middleware/assets/73714196/260a5e83-ed5b-4081-af8c-753e0801e5d4) did you use "vercel" instead of "vercel dev" ? What else can I do to debug it? I am on...

@jxom @kevinbalicot sorry, i am new to this. How would that look like in my example please?