clawfire 0.6.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/{dev-server-B65DD66L.js → dev-server-NWB66EJT.js} +1 -1
- package/dist/dev.cjs +1 -1
- package/dist/dev.cjs.map +1 -1
- package/dist/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/package.json +1 -1
package/dist/dev.js
CHANGED
|
@@ -3385,7 +3385,7 @@ var FirebaseSetup = class {
|
|
|
3385
3385
|
try {
|
|
3386
3386
|
await this.execTimeout(
|
|
3387
3387
|
"firebase",
|
|
3388
|
-
["firestore:databases:create", "--location", location, "--json"],
|
|
3388
|
+
["firestore:databases:create", "(default)", "--location", location, "--json"],
|
|
3389
3389
|
6e4
|
|
3390
3390
|
);
|
|
3391
3391
|
return { success: true, message: `Firestore database created (location: ${location}).` };
|