webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

codeflow editor does not run .stackblitzrc startCommand

Open karanba opened this issue 1 year ago • 1 comments

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

  1. 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

Screenshots

image

Platform

  • OS: macOS
  • Browser: Chrome
  • Version: Version 122.0.6261.94 (Official Build) (arm64)

Additional context

No response

karanba avatar Apr 16 '24 21:04 karanba

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.

SamVerschueren avatar Apr 17 '24 08:04 SamVerschueren