Skip to content

Commit c14a549

Browse files
authored
feat: added playground config files (#4669)
* feat: added playground config files We people might want to try out the main repo as well in stackblitz, we should add it's config file. For codesandbox this is obsolete at the moment, as it has a limit of 500 modules, which we don't fit. * Update .stackblitzrc * Update .stackblitzrc
1 parent 15a0b34 commit c14a549

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.stackblitzrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"startCommand": "npm run build && npm run start"
3+
}

0 commit comments

Comments
 (0)