このブログに従って、Dart アプリを Heroku にアップロードして実行しています。アプリが Heroku に正常にデプロイされるところまで来ましたが、アプリが実行されていません。以下は、Heroku ログからのものです。
2012-12-20T18:04:57+00:00 heroku[web.1]: Starting process with command `dart TestApp.dart`
2012-12-20T18:04:57+00:00 app[web.1]: bash: dart: command not found
2012-12-20T18:04:58+00:00 heroku[web.1]: Process exited with status 127
2012-12-20T18:04:58+00:00 heroku[web.1]: State changed from starting to crashed
以下は私の内容ですProcfile
web: dart TestApp.dart
誰でもこのエラーの解決策を教えてもらえますか?