miradb 0.0.4

Mira: an OTLP-native telemetry storage engine in a single binary
1
2
3
4
5
import { mount } from 'svelte'
import './app.css'
import App from './App.svelte'

export default mount(App, { target: document.getElementById('app') })