2024-12-02 14:27:18 -05:00
|
|
|
// Code generated from Pkl module `sonr.motr.DWN`. DO NOT EDIT.
|
2024-12-11 12:07:39 -05:00
|
|
|
package config
|
2024-11-23 01:28:58 -05:00
|
|
|
|
|
|
|
|
type Environment struct {
|
|
|
|
|
IsDevelopment bool `pkl:"isDevelopment" json:"isDevelopment,omitempty"`
|
|
|
|
|
|
|
|
|
|
CacheVersion string `pkl:"cacheVersion" json:"cacheVersion,omitempty"`
|
|
|
|
|
|
|
|
|
|
HttpserverPath string `pkl:"httpserverPath" json:"httpserverPath,omitempty"`
|
|
|
|
|
|
|
|
|
|
WasmExecPath string `pkl:"wasmExecPath" json:"wasmExecPath,omitempty"`
|
|
|
|
|
|
|
|
|
|
WasmPath string `pkl:"wasmPath" json:"wasmPath,omitempty"`
|
|
|
|
|
}
|