This commit is contained in:
@ -68,12 +68,10 @@ export function generateJavaStackFiles(params: {
|
|||||||
Buffer.from(
|
Buffer.from(
|
||||||
JSON.stringify(
|
JSON.stringify(
|
||||||
{
|
{
|
||||||
"themes": [themeName, ...extraThemeNames].map(themeName => [
|
"themes": [themeName, ...extraThemeNames].map(themeName => ({
|
||||||
{
|
"name": themeName,
|
||||||
"name": themeName,
|
"types": [...themeTypes, ...(doBundlesEmailTemplate ? ["email"] : [])]
|
||||||
"types": [...themeTypes, ...(doBundlesEmailTemplate ? ["email"] : [])]
|
}))
|
||||||
}
|
|
||||||
])
|
|
||||||
},
|
},
|
||||||
null,
|
null,
|
||||||
2
|
2
|
||||||
|
Reference in New Issue
Block a user