Add constant 'thing' to main.ts

This commit is contained in:
Greg Mohler 2026-06-24 14:28:11 -04:00 committed by GitHub
parent 0c366fd6a8
commit 615e9d5f98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,8 @@ import * as inputHelper from './input-helper'
import * as path from 'path'
import * as stateHelper from './state-helper'
const thing = 5
async function run(): Promise<void> {
try {
const sourceSettings = await inputHelper.getInputs()