Add package.json export to pg-cloudflare (#3506)

* Update package.json

* Update package.json

* Update package.json
This commit is contained in:
Tommy D. Rossi 2025-07-09 01:08:40 +02:00 committed by GitHub
parent c8fb1e9261
commit fab87b28af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@
"require": "./dist/index.js"
},
"default": "./dist/empty.js"
}
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsc",