Update Customizer.html

pull/1282/head
Andreas Rozek 2022-01-12 15:58:20 +01:00
parent 8bd074131d
commit 3636b32084
1 changed files with 3 additions and 0 deletions

View File

@ -295,6 +295,9 @@ Clockwork.windUp({
FillColor: ${chosenFillColor()}
});
`
console.log('the configured AC-AC app looks as follows:')
console.log(AppSource)
sendCustomizedApp({
storage:[
{name:'ac-ac.app.js', url:'app.js', content:AppSource},