fix changelog collect

This commit is contained in:
Prospector
2026-08-20 14:46:54 -07:00
parent 2909aa49ca
commit 32a43f2a22
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -2,6 +2,9 @@ import { execSync } from 'child_process'
import chalk from 'chalk'
import * as fs from 'fs'
import * as path from 'path'
import { fileURLToPath } from 'url'
const __dirname = path.dirname(fileURLToPath(import.meta.url))
type Product = 'web' | 'app' | 'hosting'