codeflow editor does not run .stackblitzrc startCommand
Describe the bug
I give it a try codeflow GitHub repo. My project was booting perfectly with the classic editor. But after opening repo and automatically switch to codeflow. I can run commands in the terminal or as a task but booting does not start my stratComand.
Also installDependencies: true does not do anything
Link to the blitz that caused the error
https://stackblitz.com/~/github.com/karanba/snake-game
Steps to reproduce
- Open blitz and wait to see if the command is running after boot
Expected behavior
Expected to see codeflow do installDependencies and startCommand
Parity with Local
- [X] I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
- OS: macOS
- Browser: Chrome
- Version: Version 122.0.6261.94 (Official Build) (arm64)
Additional context
No response
Hey @karanba 👋 . Thanks for reaching out. I believe the problem here is that you didn't commit the .stackblitzrc yet. I do agree this is a bug and it should also work if you just refresh without committing the file. I'll create an internal ticket for this.