style: unused variable
This commit is contained in:
parent
c1da46d7da
commit
479825bc45
|
@ -16,7 +16,6 @@ import { fileURLToPath } from 'node:url'
|
|||
import { Readable } from 'node:stream'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
const envVar = process.env
|
||||
const rootPath = join(__dirname, '..')
|
||||
const tmpPath = join(rootPath, 'tmp')
|
||||
const publicPath = join(rootPath, 'public')
|
||||
|
|
Loading…
Reference in New Issue