mirror of
https://github.com/Novattz/creamlinux-installer.git
synced 2026-01-24 12:22:49 -05:00
fix import statement
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
import { execSync } from 'child_process'
|
||||
import { existsSync } from 'fs'
|
||||
const path = require('path')
|
||||
import path from 'path'
|
||||
|
||||
// Configuration
|
||||
const GITHUB_WORKFLOW_NAME = 'release.yml'
|
||||
|
||||
Reference in New Issue
Block a user