Skip to main content
Module

x/esm/main.go

A fast, global CDN for NPM packages with ESM format.
Go to Latest
File
package main
import ( "embed"
"github.com/ije/esm.sh/server")
//go:embed README.md//go:embed server/embedvar fs embed.FS
func main() { server.Serve(&fs)}