We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
0ct0pu5
/
nginx-ui
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Create frontend.go
0xJacky
3 anni fa
parent
2fff1f5181
commit
8a681131a9
1 ha cambiato i file
con
8 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
8
0
frontend/frontend.go
+ 8
- 0
frontend/frontend.go
Vedi File
@@ -0,0 +1,8 @@
+package frontend
+
+import (
+ "embed"
+)
+
+//go:embed dist
+var DistFS embed.FS