mirror of
https://github.com/fatedier/frp.git
synced 2026-04-09 10:39:16 +08:00
build: add noweb tag to allow building without frontend assets (#5189)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
//go:build !noweb
|
||||
|
||||
package frpc
|
||||
|
||||
import (
|
||||
|
||||
3
web/frpc/embed_stub.go
Normal file
3
web/frpc/embed_stub.go
Normal file
@@ -0,0 +1,3 @@
|
||||
//go:build noweb
|
||||
|
||||
package frpc
|
||||
@@ -1,3 +1,5 @@
|
||||
//go:build !noweb
|
||||
|
||||
package frps
|
||||
|
||||
import (
|
||||
|
||||
3
web/frps/embed_stub.go
Normal file
3
web/frps/embed_stub.go
Normal file
@@ -0,0 +1,3 @@
|
||||
//go:build noweb
|
||||
|
||||
package frps
|
||||
Reference in New Issue
Block a user