HandlersBootstrapBuild
HandlersBootstrapBuild =
object
Defined in: src/client/types.gen.ts:376
Build is the server build metadata at the time of bootstrap.
Properties
env?
optionalenv:string
Defined in: src/client/types.gen.ts:380
Env is the deployment environment (e.g., “dev”, “prod”).
version?
optionalversion:string
Defined in: src/client/types.gen.ts:384
Version is the server build version (set via ldflags at compile time).
Last updated on