all repos — searchix @ c4f8adb01ae4f74ed648ac0d58d423857c4d168a

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