From e3e7a918cd8e0ef2ace6a513a6514fe58dcf0a59 Mon Sep 17 00:00:00 2001 From: 1e0n Date: Wed, 8 Oct 2025 15:58:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Windows=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=ACstart.bat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 start.bat diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..d7dc2e6 --- /dev/null +++ b/start.bat @@ -0,0 +1,4 @@ +@echo off +echo Starting droid2api server... +node server.js +pause