aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-01-07 17:23:13 +0800
committercrupest <crupest@outlook.com>2023-01-07 17:23:13 +0800
commitd8518eb15bca9ffe03fabfce8308db651899c632 (patch)
treefcebec0b32a0db254c49e684c83e176e757538a0 /dev
parent64e6e69579a6bd3bbde2afd3ab5a9bbb2d2de36b (diff)
downloadtimeline-d8518eb15bca9ffe03fabfce8308db651899c632.tar.gz
timeline-d8518eb15bca9ffe03fabfce8308db651899c632.tar.bz2
timeline-d8518eb15bca9ffe03fabfce8308db651899c632.zip
Add dev scripts
Diffstat (limited to 'dev')
-rwxr-xr-xdev6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev b/dev
new file mode 100755
index 00000000..b10e9d08
--- /dev/null
+++ b/dev
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname "$(realpath "$0")")"
+
+exec tmux new-session "cd ${MYDIR}/FrontEnd && pnpm run start" \; \
+ split-window -h "cd ${MYDIR}/BackEnd/Timeline && dotnet run --launch-profile Dev"