diff --git a/hono/package.json b/hono/package.json index a06f1a5..6a9cb15 100644 --- a/hono/package.json +++ b/hono/package.json @@ -4,7 +4,7 @@ "scripts": { "dev": "nitro dev", "build": "nitro build", - "start": "node dist/index.js" + "start": "node .output/server/index.mjs" }, "dependencies": { "@hono/node-server": "^1.19.6",