feat(config/template): Add assetbrokerUrl and legalUrl fields to module config and update website template to supply these values

This commit is contained in:
2025-04-15 15:53:34 +00:00
parent ff2ebc076d
commit 77bb8bf22e
4 changed files with 14 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.14.1',
version: '1.15.0',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}