質問編集履歴
1
heroku logs 追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -55,3 +55,19 @@
|
|
55
55
|
ファイル構成
|
56
56
|
|
57
57
|
![イメージ説明](ee018dd56fbb0a45671dafd0a9cc769a.png)
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
```
|
62
|
+
|
63
|
+
$ heroku logs の結果
|
64
|
+
|
65
|
+
› Error: Missing required flag:
|
66
|
+
|
67
|
+
› -a, --app APP app to run command against
|
68
|
+
|
69
|
+
› See more help with --help
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
```
|