create-payload-app 0.5.0-beta.8 → 0.5.0-beta.9
Sign up to get free protection for your applications and to get access to all the features.
@@ -107,7 +107,7 @@ function configurePayloadConfig(args) {
|
|
107
107
|
configLines_1 = configContent.split('\n');
|
108
108
|
dbReplacement_1 = packages_1.dbPackages[args.dbDetails.type];
|
109
109
|
bundlerReplacement_1 = packages_1.bundlerPackages['webpack'];
|
110
|
-
editorReplacement_1 = packages_1.editorPackages['
|
110
|
+
editorReplacement_1 = packages_1.editorPackages['slate'];
|
111
111
|
configLines_1.forEach(function (l, i) {
|
112
112
|
if (l.includes('// database-adapter-import')) {
|
113
113
|
configLines_1[i] = dbReplacement_1.importReplacement;
|