property VersionFile.customTemplate

Custom template string using Vento syntax (required if template is 'custom')

Examples

Example 1

customTemplate: `
  export const VERSION = "{{ version }}";
  export const BUILD_INFO = {{ buildInfo | jsonStringify }};
`

Type

string

Usage

import { type VersionFile } from ".";