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
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitde3b7c2

Browse files
committed
build: production
1 parent26c9024 commitde3b7c2

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

‎components/PostItem/index.js‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ const debug = makeDebugger('c:PostItem:index')
2121

2222
constPostItem=({ entry, active, onTitleSelect, accountInfo})=>{
2323
// debug('customization --> ', customization)
24-
const{
25-
customization:{ contentsLayout, contentDivider},
26-
}=accountInfo
24+
const{customization:{ contentsLayout, contentDivider}}=accountInfo
25+
26+
console.log('entry --> ',entry)
27+
console.log('active --> ',active)
28+
console.log('accountInfo --> ',accountInfo)
2729

2830
return(
2931
<Wrapper

‎config/endpoint.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ const getGraphQLEndpoint = () => {
1515
/* return 'http://devapi.coderplanets.com' */
1616

1717
case'local':
18+
/* return 'https://api.coderplanets.com/graphiql' */
1819
return'http://localhost:4001/graphiql'
1920
/* return 'http://localhost:7000/graphiql' // work */
2021

2122
default:
23+
/* return 'https://api.coderplanets.com/graphiql' */
2224
return'http://localhost:4001/graphiql'
2325
}
2426
}

‎deploy/production/web.tar.gz‎

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp