fix(templates.multienv): Enable checkJs in multienv Deno template to enable JS type checking

This commit is contained in:
2025-11-17 01:30:33 +00:00
parent 89cf7dca04
commit 7e6cf5f046
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.21.0',
version: '1.21.1',
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.'
}