create-payload-app 0.3.29 → 0.3.31
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,11 +17,11 @@
|
|
17
17
|
"dependencies": {
|
18
18
|
"payload": "1.1.17",
|
19
19
|
"dotenv": "^8.2.0",
|
20
|
-
"express": "^4.17.1"
|
20
|
+
"express": "^4.17.1",
|
21
|
+
"cross-env": "^7.0.3"
|
21
22
|
},
|
22
23
|
"devDependencies": {
|
23
24
|
"@types/express": "^4.17.9",
|
24
|
-
"cross-env": "^7.0.3",
|
25
25
|
"nodemon": "^2.0.6",
|
26
26
|
"ts-node": "^9.1.1",
|
27
27
|
"copyfiles": "^2.4.1",
|
package/dist/lib/templates.js
CHANGED
@@ -106,19 +106,19 @@ function getValidTemplates() {
|
|
106
106
|
{
|
107
107
|
name: 'cloud-template-blank',
|
108
108
|
type: 'starter',
|
109
|
-
url: 'https://github.com/payloadcms/
|
109
|
+
url: 'https://github.com/payloadcms/payload/templates/blank',
|
110
110
|
description: 'Blank template for Payload Cloud',
|
111
111
|
},
|
112
112
|
{
|
113
113
|
name: 'cloud-template-website',
|
114
114
|
type: 'starter',
|
115
|
-
url: 'https://github.com/payloadcms/
|
115
|
+
url: 'https://github.com/payloadcms/payload/templates/website',
|
116
116
|
description: 'Website template for Payload Cloud',
|
117
117
|
},
|
118
118
|
{
|
119
119
|
name: 'cloud-template-ecommerce',
|
120
120
|
type: 'starter',
|
121
|
-
url: 'https://github.com/payloadcms/
|
121
|
+
url: 'https://github.com/payloadcms/payload/templates/ecommerce',
|
122
122
|
description: 'E-commerce template for Payload Cloud',
|
123
123
|
},
|
124
124
|
];
|