fix import statement

This commit is contained in:
Tickbase
2025-05-18 00:29:51 +02:00
parent e70fe04417
commit 4ee0cd4e0d

View File

@@ -13,7 +13,7 @@
* node scripts/release.js major "Major redesign with new UI"
*/
const { execSync } = require('child_process')
import { execSync } from 'child_process'
const { existsSync } = require('fs')
const path = require('path')