all repos — searchix @ 8ef4bc9b1f16dd6395d0e0daa85ada9b8db12015

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