Enabling shorter import paths [automatic]

This commit is contained in:
ts_ci
2021-03-07 14:47:01 +00:00
parent 997941fbf7
commit 202d003cc5
130 changed files with 22666 additions and 223 deletions

View File

@ -0,0 +1,15 @@
<script>const _=
{
"client": (function (){
<#if client??>
return {
"baseUrl": "${(client.baseUrl!'')?no_esc}" || undefined
};
</#if>
return undefined;
})()
}
</script>