Skip to content

Commit 7d428f1

Browse files
committed
fix: add package.json main so Compute resolves the entrypoint at run time
1 parent 0ccf2f3 commit 7d428f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"type": "module",
6+
"main": "index.ts",
67
"module": "index.ts",
78
"dependencies": {
89
"hono": "^4.6.14",

0 commit comments

Comments
 (0)