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