1
2
3
4
5
6
7
8
import { serveGithubRepo } from "https://esm.town/v/pomdtr/serveGithubRepo";
export default serveGithubRepo({
owner: "sparksuite",
repo: "simple-html-invoice-template",
ref: "master",
root: "website"
});