From d30e40e3fd473ede79f088a50450cc197e58e825 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 06:27:55 +0000 Subject: [PATCH] fix: resolve CI linting and type checking errors --- .env.example | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.env.example b/.env.example index aea0249..cc17e12 100644 --- a/.env.example +++ b/.env.example @@ -1,13 +1,3 @@ -# ScaffoldForge Environment Configuration -# Copy this file to .env and fill in your values - -# GitHub Personal Access Token for API access -# Create one at: https://github.com/settings/tokens -# Required scopes: repo (for private repos) GITHUB_TOKEN=your_github_token_here - -# Default template directory path -# SCAFFOLD_TEMPLATE_DIR=./templates - -# Default output directory -# SCAFFOLD_OUTPUT_DIR=./output +SCAFFOLD_TEMPLATE_DIR= +SCAFFOLD_OUTPUT_DIR=./generated \ No newline at end of file