Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Add rust bindings for the server player controller - Implement reconciliation loop for checking the player state - Place spawners on the test map - Add Containerfile and helm chart
12 lines
246 B
Smarty
12 lines
246 B
Smarty
{{- define "lib.helpers.convertToJson" -}}
|
|
{{ toString (toJson . ) }}
|
|
{{- end -}}
|
|
|
|
{{- define "lib.helpers.convertToToml" -}}
|
|
{{ toString (toToml .) }}
|
|
{{- end -}}
|
|
|
|
{{- define "lib.helpers.convertToYaml" -}}
|
|
{{ toString (toYaml .) }}
|
|
{{- end -}}
|