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

Commitd5bb15d

Browse files
committed
release v0.17.3
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent2b17530 commitd5bb15d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.17.2",
3+
"version":"0.17.3",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",

‎src/environment.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export type Env = 'test' | 'local' | 'development' | 'production'
1010
//@ts-ignore
1111
exportconstNODE_ENV:Env=process.env.NODE_ENV||'development'
1212

13-
// toggle logging in development
14-
exportconstLOG=false
13+
// toggle logging
14+
exportconstLOG=(process.env.CODEROAD_ENABLE_LOG||'').toLowerCase()==='true'
1515

1616
// error logging tool
1717
exportconstINSTRUMENTATION_KEY='6ff37c76-72f3-48e3-a1b9-d5636f519b7b'

‎web-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad-app",
3-
"version":"0.17.2",
3+
"version":"0.17.3",
44
"private":true,
55
"scripts": {
66
"analyze":"source-map-explorer 'build/static/js/*.js'",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp