Migrate project from Vue to React and TypeScript
This commit is contained in:
12
internal/fs/fs_dev.go
Normal file
12
internal/fs/fs_dev.go
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build !prod
|
||||
|
||||
package fs
|
||||
|
||||
import (
|
||||
"io/fs"
|
||||
"os"
|
||||
)
|
||||
|
||||
func getUIAssets() fs.FS {
|
||||
return os.DirFS("internal/fs/dist")
|
||||
}
|
||||
Reference in New Issue
Block a user