質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,6 +58,24 @@
|
|
58
58
|
|
59
59
|
```
|
60
60
|
|
61
|
+
またブラウザの方でやると、
|
62
|
+
|
63
|
+
```
|
64
|
+
|
65
|
+
-----> Building on the Heroku-20 stack
|
66
|
+
|
67
|
+
! No default language could be detected for this app.
|
68
|
+
|
69
|
+
HINT: This occurs when Heroku cannot detect the buildpack to use for this application automatically.
|
70
|
+
|
71
|
+
See https://devcenter.heroku.com/articles/buildpacks
|
72
|
+
|
73
|
+
! Push failed
|
74
|
+
|
75
|
+
```
|
76
|
+
|
77
|
+
とも出ました。
|
78
|
+
|
61
79
|
|
62
80
|
|
63
81
|
### 試したこと
|
@@ -80,6 +98,8 @@
|
|
80
98
|
|
81
99
|
|
82
100
|
|
101
|
+
|
102
|
+
|
83
103
|
### 補足情報(FW/ツールのバージョンなど)
|
84
104
|
|
85
105
|
swift5
|