refactor: move web embeds to web/ directory (#5139)

This commit is contained in:
fatedier
2026-01-27 02:56:57 +08:00
committed by GitHub
parent fb2c98e87b
commit 5dd70ace6b
26 changed files with 12629 additions and 6059 deletions

View File

@@ -15,9 +15,9 @@
package main
import (
_ "github.com/fatedier/frp/assets/frpc"
"github.com/fatedier/frp/cmd/frpc/sub"
"github.com/fatedier/frp/pkg/util/system"
_ "github.com/fatedier/frp/web/frpc"
)
func main() {