© 2026 Hedgehog Software, LLC
@tus/server
const tusServer = new Server({ path: '/uploads', datastore: new FileStore({ directory: '/Users/paul/development/src/github/[project]/apps/hono/tmp', }), }); app.all('/api/dam/uploads', (c) => { return tusServer.handle(c.req, c.res); })
TypeError: req.on is not a function