We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d4a9a commit b970dc5Copy full SHA for b970dc5
.changeset/perfect-colts-scream.md
@@ -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
@@ -30,7 +30,8 @@
30
},
31
"./standalone": {
32
"types": "./dist/database-compat/src/index.standalone.d.ts",
33
- "node": "./dist/index.standalone.js"
+ "node": "./dist/index.standalone.js",
34
+ "default": "./dist/index.standalone.js"
35
36
"./package.json": "./package.json"
37
0 commit comments