aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--startup.sh4
2 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index ecbadcb92..13849c0f3 100644
--- a/package.json
+++ b/package.json
@@ -263,4 +263,4 @@
"xoauth2": "^1.2.0",
"xregexp": "^4.3.0"
}
-} \ No newline at end of file
+}
diff --git a/startup.sh b/startup.sh
new file mode 100644
index 000000000..ed4fc7bf7
--- /dev/null
+++ b/startup.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+cd /c/Users/dash/Documents/Dash-Web
+npm run start-release
+# works for dash-release \ No newline at end of file