Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfdf606f

Browse files
committed
fixing logging env var issue
1 parenta731d0b commitfdf606f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎web-app/.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = {
1616
rules:{
1717
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
1818
// e.g.
19-
'arrow-parens':'on',
2019
'comma-dangles':0,
2120
'global-require':0,
2221
'import/no-extraneous-dependencies':0,

‎web-app/src/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ for (const required of requiredKeys) {
99
exportconstDEBUG:boolean=(process.env.REACT_APP_DEBUG||'').toLowerCase()==='true'
1010
exportconstVERSION:string=process.env.VERSION||'unknown'
1111
exportconstNODE_ENV:string=process.env.NODE_ENV||'development'
12-
exportconstLOG_STATE:boolean=(process.env.LOG_STATE||'').toLowerCase()==='true'
12+
exportconstLOG_STATE:boolean=(process.env.REACT_APP_LOG_STATE||'').toLowerCase()==='true'
1313
exportconstTUTORIAL_URL:string=process.env.REACT_APP_TUTORIAL_URL||''

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp