mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Create frontend.go
This commit is contained in:
parent
2fff1f5181
commit
8a681131a9
1 changed files with 8 additions and 0 deletions
8
frontend/frontend.go
Normal file
8
frontend/frontend.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package frontend
|
||||
|
||||
import (
|
||||
"embed"
|
||||
)
|
||||
|
||||
//go:embed dist
|
||||
var DistFS embed.FS
|
Loading…
Add table
Add a link
Reference in a new issue