Mercurial > libervia-web
view libervia/pages/_browser/browser_meta.json @ 1505:a169cbc315f0
server: don't wait anymore for libervia app to be fully started:
following change in backend, libervia app are started and the loading workflow continue
immediately, the proxy is created only when the app is known to be actually started
(through the `application_started` signal or a flag received when starting the
application).
This avoid stopping the loading of website for a long time, or breaking when a timeout is
reached.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 04 Mar 2023 18:37:17 +0100 |
parents | 7c776c9d7c75 |
children |
line wrap: on
line source
{ "js": { "package": { "dependencies": { "nunjucks": "^3.2.3", "swiper": "^6.8.4", "moment": "^2.29.1", "ogv": "^1.8.4" } }, "brython_map": { "nunjucks": "nunjucks/browser/nunjucks.min.js", "swiper": { "path": "swiper/swiper-bundle.min.js", "export": ["Swiper"] }, "moment": "moment/min/moment.min.js", "ogv": { "path": "ogv/dist/ogv.js", "export": ["OGVCompat", "OGVLoader", "OGVMediaError", "OGVMediaType", "OGVTimeRanges", "OGVPlayer", "OGVVersion"], "extra_init": "OGVLoader.base='/{build_dir}/node_modules/ogv/dist'" } } } }