Sign in
vanadium
/
release.go.x.ref
/
3ec8a5660b4f237b78ca6043f996cd64ed52e6cd
/
.
/
examples
/
todos
/
todos_appd
/
js
/
index.js
blob: 0e17f50dc8b39a7eb1bb5d8550c0e79c171cc2fd [
file
] [
log
] [
blame
]
(
function
()
{
'use strict'
;
document
.
querySelector
(
'#env'
).
innerText
=
JSON
.
stringify
(
env
,
null
,
2
);
}());