stackblitz / webcontainer-core

Dev environments. In your web app.
https://webcontainers.io
MIT License
3.8k stars 146 forks source link

codeflow editor does not run .stackblitzrc startCommand #1415

Open karanba opened 5 months ago

karanba commented 5 months ago

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

Additional context

No response

SamVerschueren commented 5 months ago

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.