diff options
author | crupest <crupest@outlook.com> | 2023-08-15 23:27:09 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-08-15 23:27:09 +0800 |
commit | b541b8a2ac0f9588bb85bd52a6eef205ac47063b (patch) | |
tree | 4f79d91ff249bebcfa791a05f42183cb74a6b75e /dev | |
parent | bac55126dc853662bfb9dcdb6ba9e1616c73e660 (diff) | |
download | timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.tar.gz timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.tar.bz2 timeline-b541b8a2ac0f9588bb85bd52a6eef205ac47063b.zip |
...
Diffstat (limited to 'dev')
-rwxr-xr-x | dev | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,5 +2,5 @@ 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" +exec tmux new-session "./dev-frontend" \; \ + split-window -h "./dev-backend" |