all repos — searchix @ 7b8b638defa3cb4d18a79126f261115f971513c2

Search engine for NixOS, nix-darwin, home-manager and NUR users

frontend/dev.go (view raw)

1
2
3
4
5
6
7
8
9
//go:build !embed

package frontend

import (
	"os"
)

var Files = os.DirFS("frontend/")