mirror of
https://github.com/kou029w/daraz-san.git
synced 2025-01-18 08:05:04 +00:00
create sandbox.config.json
This commit is contained in:
parent
5152efc6ff
commit
675434c937
3 changed files with 11 additions and 2 deletions
|
@ -19,8 +19,14 @@
|
|||
|
||||
- `SLACK_BOT_TOKEN` ... OAuth & Permissions ページにあるボット (xoxb) トークン
|
||||
- `SLACK_SIGNING_SECRET` ... Basic Information ページにある Signing Secret
|
||||
- (Optional) `PORT` ... ポート番号。デフォルトは 80。
|
||||
- (Optional) `PORT` ... ポート番号。デフォルトは 8080。
|
||||
|
||||
### デプロイ
|
||||
|
||||
#### Heroku
|
||||
|
||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kou029w/daraz-san)
|
||||
|
||||
#### CodeSandbox
|
||||
|
||||
[![Edit daraz-san](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/kou029w/daraz-san)
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"tldjs": "^2.3.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x",
|
||||
"node": "10.x",
|
||||
"yarn": "1.x"
|
||||
}
|
||||
}
|
||||
|
|
3
sandbox.config.json
Normal file
3
sandbox.config.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"template": "node"
|
||||
}
|
Loading…
Add table
Reference in a new issue