aboutsummaryrefslogtreecommitdiff
path: root/dev-frontend
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-08-15 23:27:09 +0800
committercrupest <crupest@outlook.com>2023-08-15 23:27:09 +0800
commitb541b8a2ac0f9588bb85bd52a6eef205ac47063b (patch)
tree4f79d91ff249bebcfa791a05f42183cb74a6b75e /dev-frontend
parentbac55126dc853662bfb9dcdb6ba9e1616c73e660 (diff)
downloadtimeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.tar.gz
timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.tar.bz2
timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.zip
...
Diffstat (limited to 'dev-frontend')
-rwxr-xr-xdev-frontend5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-frontend b/dev-frontend
new file mode 100755
index 00000000..28342ba2
--- /dev/null
+++ b/dev-frontend
@@ -0,0 +1,5 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname "$(realpath "$0")")"
+
+cd ${MYDIR}/FrontEnd && pnpm run start