Skip to Content

HandlersBootstrapBuild

HandlersBootstrapBuild = object

Defined in: src/client/types.gen.ts:376 

Build is the server build metadata at the time of bootstrap.

Properties

env?

optional env: string

Defined in: src/client/types.gen.ts:380 

Env is the deployment environment (e.g., “dev”, “prod”).


version?

optional version: string

Defined in: src/client/types.gen.ts:384 

Version is the server build version (set via ldflags at compile time).

Last updated on