Skip to content

Commit b970dc5

Browse files
authored
Solve resolution issues with astrojs (#7055)
1 parent 75d4a9a commit b970dc5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/perfect-colts-scream.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/database-compat": patch
3+
---
4+
5+
Solve @firebase/database-compat/standalone resolution issues with astrojs

packages/database-compat/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
},
3131
"./standalone": {
3232
"types": "./dist/database-compat/src/index.standalone.d.ts",
33-
"node": "./dist/index.standalone.js"
33+
"node": "./dist/index.standalone.js",
34+
"default": "./dist/index.standalone.js"
3435
},
3536
"./package.json": "./package.json"
3637
},

0 commit comments

Comments
 (0)