I'm a developer who enjoys web development and design.
I live in Sapporo, Japan. In addition to development, I also create videos and work as a malware tester. My YouTube channel has over 3,000 subscribers and a total of 1.3 million views.
I sometimes play Tetris for fun. Looking forward to connecting with you! :)
1import { Hono } from 'hono'2import { handle } from 'hono/vercel'34const app = new Hono().get('/', (c) => {5 return c.json({ message: 'Hello from Hono + Next.js!' })6})78export const GET = handle(app)
1import { Hono } from 'hono'2import { handle } from 'hono/vercel'34const app = new Hono().get('/', (c) => {5 return c.json({ message: 'Hello from Hono + Next.js!' })6})78export const GET = handle(app)
1import { Hono } from 'hono'2import { handle } from 'hono/vercel'34const app = new Hono().get('/', (c) => {5 return c.json({ message: 'Hello from Hono + Next.js!' })6})78export const GET = handle(app)