From 3d796bda543faff2d9efac8811a2f1ffe836b39b Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Thu, 29 Aug 2024 10:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=BF=E6=8D=B7=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=92=8C=E5=88=87=E6=8D=A2=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E6=89=B9=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run-1.bat | 2 ++ run-2.bat | 2 ++ run.bat | 1 + 3 files changed, 5 insertions(+) create mode 100644 run-1.bat create mode 100644 run-2.bat create mode 100644 run.bat diff --git a/run-1.bat b/run-1.bat new file mode 100644 index 0000000..051c211 --- /dev/null +++ b/run-1.bat @@ -0,0 +1,2 @@ +del .env.local +copy .env1.local .env.local diff --git a/run-2.bat b/run-2.bat new file mode 100644 index 0000000..475f1d1 --- /dev/null +++ b/run-2.bat @@ -0,0 +1,2 @@ +del .env.local +copy .env2.local .env.local \ No newline at end of file diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..b896a08 --- /dev/null +++ b/run.bat @@ -0,0 +1 @@ +npm run dev \ No newline at end of file