Skip to content

Commit b3c2cc3

Browse files
committed
Removed unused variable
1 parent 32c4007 commit b3c2cc3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.js

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { build } from "esbuild";
44
import { glob } from "glob";
55
import { writeFile } from "fs/promises";
66

7-
const production = process.env.NODE_ENV !== "development";
8-
97
/**
108
* @type {import("esbuild").BuildOptions}
119
*/

0 commit comments

Comments
 (0)