summaryrefslogtreecommitdiff
path: root/.stackblitzrc
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-22 15:08:37 +0300
commitfcc2f4704e39b0e69b377cc138f75027721dac22 (patch)
tree732fc94b354a26c08fba9cc9059f9c6c900182be /.stackblitzrc
Initial template
Diffstat (limited to '.stackblitzrc')
-rw-r--r--.stackblitzrc6
1 files changed, 6 insertions, 0 deletions
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