create-payload-app 0.3.29-beta.0 → 0.3.29-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/lib/templates.js +3 -3
- package/package.json +1 -1
package/dist/lib/templates.js
CHANGED
@@ -75,19 +75,19 @@ function getValidTemplates() {
|
|
75
75
|
name: 'blank',
|
76
76
|
type: 'static',
|
77
77
|
description: 'Blank',
|
78
|
-
directory: '
|
78
|
+
directory: 'blank',
|
79
79
|
},
|
80
80
|
{
|
81
81
|
name: 'todo',
|
82
82
|
type: 'static',
|
83
83
|
description: 'Todo list',
|
84
|
-
directory: '
|
84
|
+
directory: 'todo',
|
85
85
|
},
|
86
86
|
{
|
87
87
|
name: 'blog',
|
88
88
|
type: 'static',
|
89
89
|
description: 'Blog',
|
90
|
-
directory: '
|
90
|
+
directory: 'blog',
|
91
91
|
},
|
92
92
|
];
|
93
93
|
starters = [
|