From 1c2d6e4e29686fee8442f6b92aa6f9ad2e2fc980 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 18 Oct 2022 12:19:08 +0100 Subject: [PATCH] chore: add start command for stackblitz codeflow (#8279) --- .stackblitz/config.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .stackblitz/config.json diff --git a/.stackblitz/config.json b/.stackblitz/config.json new file mode 100644 index 00000000000..41af21c43bc --- /dev/null +++ b/.stackblitz/config.json @@ -0,0 +1,3 @@ +{ + "startCommand": "pnpm build:stub && pnpm play" +}