Skip to content

Commit 81eb4cb

Browse files
committed
remove boolean type in build.js
1 parent 018db56 commit 81eb4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ esbuild.build({
3535
nodePaths: ['node_modules'],
3636
}).catch(() => process.exit(1))
3737

38-
function hasRequiredEnvVars(): boolean {
38+
function hasRequiredEnvVars() {
3939
const requiredVars = [
4040
'PORT',
4141
'ADDRESS',

0 commit comments

Comments
 (0)