diff --git a/compute/hono/prisma.compute.json b/compute/hono/prisma.compute.json index 70f4b8b932fe..d7761dc4ef3c 100644 --- a/compute/hono/prisma.compute.json +++ b/compute/hono/prisma.compute.json @@ -2,6 +2,7 @@ "app": { "name": "prisma-compute-hono", "framework": "hono", + "entry": "src/index.ts", "httpPort": 8080 } }