Skip to content

Commit d3cb1f2

Browse files
committed
check less .env vars in build.js
1 parent 81eb4cb commit d3cb1f2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.js

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ esbuild.build({
3737

3838
function hasRequiredEnvVars() {
3939
const requiredVars = [
40-
'PORT',
41-
'ADDRESS',
42-
'SOURCE',
43-
'GITHUB_TOKEN',
44-
'ARTICLES',
4540
'PUBLIC'
4641
]
4742
return requiredVars.every(varName => !!process.env[varName])

0 commit comments

Comments
 (0)