start commands

This commit is contained in:
2024-04-04 21:22:14 -04:00
parent 46123a1f2f
commit 2b17d60a41
2 changed files with 4 additions and 0 deletions

1
bin/start.bat Normal file
View File

@@ -0,0 +1 @@
npm "update" && npm "run" "watch" && rojo "sourcemap" "default.project.json" "--output" "sourcemap.json" && rojo "serve"

3
bin/start.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
npm update && npm run watch && rojo sourcemap default.project.json --output sourcemap.json && rojo serve