style: unused variable

This commit is contained in:
MDLeom 2024-10-24 10:28:08 +00:00
parent c1da46d7da
commit 479825bc45
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 1 deletions

View File

@ -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')