Additional exports to include in the generated version file
Example 1
Example 1
additionalExports: [ { name: "API_ENDPOINTS", type: "const", value: { users: "/api/users", data: "/api/data" }, description: "Available API endpoints" }, { name: "VersionUtils", type: "class", content: ` static getFullVersion(): string { return \`\${VERSION} (\${BUILD_INFO.gitCommit})\`; } ` } ]