mirror of
https://github.com/gogs/gogs.git
synced 2026-05-28 21:30:36 +00:00
10 lines
214 B
Go
10 lines
214 B
Go
//go:build !prod
|
|
|
|
package public
|
|
|
|
import "embed"
|
|
|
|
// WebAssets is empty in dev — requests are proxied to the live Vite server.
|
|
// Declared so the prod and dev builds share the same symbol.
|
|
var WebAssets embed.FS
|