all repos — searchix @ 0ba69e50d2d1095db9b42c548c0226739d137a62

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/")