create-farm 2.0.1

Create Farm cli tool
Documentation
1
2
3
4
5
6
7
/* @refresh reload */
import { render } from "solid-js/web";

import "./styles.css";
import App from "./App";

render(() => <App />, document.getElementById("root") as HTMLElement);