chore: add start command for stackblitz codeflow (#8279)

This commit is contained in:
Daniel Roe 2022-10-18 12:19:08 +01:00 committed by GitHub
parent 290bbd392b
commit 1c2d6e4e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.stackblitz/config.json Normal file
View File

@ -0,0 +1,3 @@
{
"startCommand": "pnpm build:stub && pnpm play"
}