template bundle

This commit is contained in:
Yuri Kuznetsov
2023-06-19 15:03:39 +03:00
parent a79892028a
commit 56f975c65e
6 changed files with 285 additions and 41 deletions
+2
View File
@@ -20,10 +20,12 @@
id: '{{applicationId}}',
useCache: {{useCache}},
cacheTimestamp: {{cacheTimestamp}},
appTimestamp: {{appTimestamp}},
basePath: '{{basePath}}',
apiUrl: '{{apiUrl}}',
ajaxTimeout: {{ajaxTimeout}},
internalModuleList: {{internalModuleList}},
bundledModuleList: {{bundledModuleList}},
}, app => {
{{runScript}}
});