@stacksjs/config 0.59.7 → 0.59.8
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/index.js +0 -9
- package/package.json +1 -1
- package/src/defaults.ts +0 -5
package/dist/index.js
CHANGED
|
@@ -651,10 +651,6 @@ var defaults_default = {
|
|
|
651
651
|
appId: "",
|
|
652
652
|
apiKey: ""
|
|
653
653
|
},
|
|
654
|
-
planetscale: {
|
|
655
|
-
appId: "",
|
|
656
|
-
apiKey: ""
|
|
657
|
-
},
|
|
658
654
|
supabase: {
|
|
659
655
|
appId: "",
|
|
660
656
|
apiKey: ""
|
|
@@ -842,7 +838,6 @@ var database_default = {
|
|
|
842
838
|
database: env8.DB_DATABASE || "stacks",
|
|
843
839
|
prefix: ""
|
|
844
840
|
},
|
|
845
|
-
planetscale: {},
|
|
846
841
|
postgres: {}
|
|
847
842
|
},
|
|
848
843
|
migrations: "migrations"
|
|
@@ -1524,10 +1519,6 @@ var services_default = {
|
|
|
1524
1519
|
appId: "",
|
|
1525
1520
|
apiKey: ""
|
|
1526
1521
|
},
|
|
1527
|
-
planetscale: {
|
|
1528
|
-
appId: "",
|
|
1529
|
-
apiKey: ""
|
|
1530
|
-
},
|
|
1531
1522
|
stripe: {
|
|
1532
1523
|
appId: "",
|
|
1533
1524
|
apiKey: ""
|
package/package.json
CHANGED