dioxus-studio 0.1.0

CLI tool for developing, testing, and publishing Dioxus apps
Documentation
<html>

<head></head>

<body>
    <div>
        <h1>
            Sorry, but building your application failed.
        </h1>
        <p>
            Here's the error:
        </p>
        <code>
            {err}
        </code>
    </div>
</body>

</html>