From 25d6782090eff82537b1fb113a25ca11e163c653 Mon Sep 17 00:00:00 2001
From: Xavier Drdak <1198051+xdrdak@users.noreply.github.com>
Date: Thu, 28 Apr 2022 17:48:36 -0400
Subject: [PATCH] chore: add windows equivalent for studio.sh (#308)

---
 studio.bat | 1 +
 1 file changed, 1 insertion(+)
 create mode 100755 studio.bat

diff --git a/studio.bat b/studio.bat
new file mode 100755
index 000000000..7da6f1656
--- /dev/null
+++ b/studio.bat
@@ -0,0 +1 @@
+pnpm exec esr cli/run.ts %*
\ No newline at end of file