mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
fix(site): Support underscore files (#6159)
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ import (
|
||||
"io/fs"
|
||||
)
|
||||
|
||||
//go:embed out
|
||||
//go:embed out/bin/*
|
||||
//go:embed all:out
|
||||
//go:embed all:out/bin/*
|
||||
var site embed.FS
|
||||
|
||||
func FS() fs.FS {
|
||||
|
||||
Reference in New Issue
Block a user