From fd0a3bc1fe3be910ee2428dae90011fb0c754cc8 Mon Sep 17 00:00:00 2001 From: kevin Date: Wed, 17 Jun 2026 22:14:18 +0800 Subject: [PATCH] up --- a_build_front.bat | 3 +++ a_git_pull.bat | 1 + a_go_run.bat | 1 + 3 files changed, 5 insertions(+) create mode 100644 a_build_front.bat create mode 100644 a_git_pull.bat create mode 100644 a_go_run.bat diff --git a/a_build_front.bat b/a_build_front.bat new file mode 100644 index 0000000..678c00a --- /dev/null +++ b/a_build_front.bat @@ -0,0 +1,3 @@ +git pull +cd meshmap_frontend +npm run build \ No newline at end of file diff --git a/a_git_pull.bat b/a_git_pull.bat new file mode 100644 index 0000000..bddc158 --- /dev/null +++ b/a_git_pull.bat @@ -0,0 +1 @@ +git pull \ No newline at end of file diff --git a/a_go_run.bat b/a_go_run.bat new file mode 100644 index 0000000..b1c79ae --- /dev/null +++ b/a_go_run.bat @@ -0,0 +1 @@ +go run . \ No newline at end of file