mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
build: add noweb tag to allow building without frontend assets (#5189)
This commit is contained in:
parent
01997deb98
commit
381245a439
8 changed files with 34 additions and 13 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue