import { generateAssets } from "https://deno.land/x/packup@v0.2.4/generate_assets.ts";
Generates assets from the given entrypoint path (html).
Also returns watch paths when watchPaths
option is true.
Used both in packup build
and packup serve
.