fix import statement

This commit is contained in:
Tickbase
2025-05-18 00:30:55 +02:00
parent 4ee0cd4e0d
commit fdbc2dbb33

View File

@@ -14,7 +14,7 @@
*/ */
import { execSync } from 'child_process' import { execSync } from 'child_process'
const { existsSync } = require('fs') import { existsSync } from 'fs'
const path = require('path') const path = require('path')
// Configuration // Configuration