You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type.Object({
post: Type.Array(
Type.Object({
id: Type.BigInt(), // if using BigInt it will not work!
// id: Type.Number(), // if using Number it will work!
desc: Type.String(),
})
),
}),
The text was updated successfully, but these errors were encountered:
Prerequisites
Fastify version
4.27.0
Plugin version
No response
Node.js version
20.9.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
10
Description
As you could see in the https://stackblitz.com/edit/stackblitz-starters-aysb1e?description=A%20simple%20starter%20for%20using%20nodemon%20printing%20no%20messages%20in%20a%20terminal&file=package.json,index.ts&title=Nodemon%20Starter
Link to code that reproduces the bug
No response
Expected Behavior
I could use the schema as
The text was updated successfully, but these errors were encountered: