create-geekron-website 0.1.5 → 0.1.6
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 +8 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11126,8 +11126,14 @@ var CMS_CONFIGS = {
|
|
|
11126
11126
|
},
|
|
11127
11127
|
filesToCopy: [
|
|
11128
11128
|
{
|
|
11129
|
-
source: "strapi/
|
|
11130
|
-
destination: "
|
|
11129
|
+
source: "strapi/config",
|
|
11130
|
+
destination: "config",
|
|
11131
|
+
isDirectory: true,
|
|
11132
|
+
overwrite: true
|
|
11133
|
+
},
|
|
11134
|
+
{
|
|
11135
|
+
source: "strapi/src",
|
|
11136
|
+
destination: "src",
|
|
11131
11137
|
isDirectory: true,
|
|
11132
11138
|
overwrite: true
|
|
11133
11139
|
}
|