From 479825bc458080b9e21746a54d18780e3e89b468 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Thu, 24 Oct 2024 10:28:08 +0000 Subject: [PATCH] style: unused variable --- src/build.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build.js b/src/build.js index cff09a5..3bc7034 100644 --- a/src/build.js +++ b/src/build.js @@ -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')