Skip to content
Snippets Groups Projects

Implement core@0.12

Merged Jean-Baptiste Pasquier requested to merge feature/core-0.12 into release/core-0.12
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -31,7 +31,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
if endpoints.users || (endpoints.get && endpoints.get.users)
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" defer)
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
script(src="/scripts/index.js" defer)
Loading