From fcc2f4704e39b0e69b377cc138f75027721dac22 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Tue, 22 Jul 2025 15:08:37 +0300 Subject: Initial template --- .stackblitzrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .stackblitzrc (limited to '.stackblitzrc') diff --git a/.stackblitzrc b/.stackblitzrc new file mode 100644 index 0000000..43798ec --- /dev/null +++ b/.stackblitzrc @@ -0,0 +1,6 @@ +{ + "startCommand": "npm start", + "env": { + "ENABLE_CJS_IMPORTS": true + } +} \ No newline at end of file -- cgit v1.2.3