From 25585fe7e6d38363d4c63c58adaac554609426e1 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 18 Oct 2022 12:01:21 +0100 Subject: [PATCH] chore: add start command for stackblitz codeflow --- .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" +}