Skip to content

Commit

Permalink
Format indent of code
Browse files Browse the repository at this point in the history
  • Loading branch information
inouetakuya committed Mar 7, 2017
1 parent 1a4bbb2 commit 5938e0c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ja/faq/host-port.md
Expand Up @@ -20,7 +20,7 @@ description: Nuxt.js 銇с儧銈广儓銇ㄣ儩銉笺儓鐣彿銈掑鏇淬仚銈嬨伀銇紵

```js
"scripts": {
"dev": "HOST=0.0.0.0 PORT=3333 nuxt"
"dev": "HOST=0.0.0.0 PORT=3333 nuxt"
}
```

Expand All @@ -30,12 +30,12 @@ description: Nuxt.js 銇с儧銈广儓銇ㄣ儩銉笺儓鐣彿銈掑鏇淬仚銈嬨伀銇紵

```js
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3333"
}
"nuxt": {
"host": "0.0.0.0",
"port": "3333"
}
},
"scripts": {
"dev": "nuxt"
"dev": "nuxt"
}
```

0 comments on commit 5938e0c

Please sign in to comment.