draew6
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"  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?