From 2b17d60a41896c236173b8adcd531b340bc7fd87 Mon Sep 17 00:00:00 2001 From: unittensor Date: Thu, 4 Apr 2024 21:22:14 -0400 Subject: [PATCH] start commands --- bin/start.bat | 1 + bin/start.sh | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 bin/start.bat create mode 100644 bin/start.sh diff --git a/bin/start.bat b/bin/start.bat new file mode 100644 index 0000000..88ad6e1 --- /dev/null +++ b/bin/start.bat @@ -0,0 +1 @@ +npm "update" && npm "run" "watch" && rojo "sourcemap" "default.project.json" "--output" "sourcemap.json" && rojo "serve" \ No newline at end of file diff --git a/bin/start.sh b/bin/start.sh new file mode 100644 index 0000000..1ad511b --- /dev/null +++ b/bin/start.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +npm update && npm run watch && rojo sourcemap default.project.json --output sourcemap.json && rojo serve \ No newline at end of file