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