fix(core): update

This commit is contained in:
2023-04-10 00:55:16 +02:00
parent 23dccae01b
commit c305ca517a
4 changed files with 19 additions and 10 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedserver',
version: '2.0.52',
version: '2.0.53',
description: 'easy serving of static files'
}

View File

@ -129,7 +129,7 @@ export class TypedServer {
<script async defer type="module" src="/typedserver/devtools"></script>
<script>
globalThis.typedserver = {
lastReload: '${this.lastReload}',
lastReload: ${this.lastReload},
versionInfo: ${JSON.stringify({}, null, 2)},
}
</script>