diff options
| author | crupest <crupest@outlook.com> | 2022-12-24 16:40:13 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-12-24 16:40:13 +0800 | 
| commit | 71bda510363822defa74760d93947ff33a8775f0 (patch) | |
| tree | 5da07a7d82476254819df5c11a3d8927f753b14c | |
| parent | 49edcf00c2ef5d59a7a4d26277594e7cc92929de (diff) | |
| download | crupest-71bda510363822defa74760d93947ff33a8775f0.tar.gz crupest-71bda510363822defa74760d93947ff33a8775f0.tar.bz2 crupest-71bda510363822defa74760d93947ff33a8775f0.zip  | |
Add dev script with tmux.
| -rwxr-xr-x | www-dev | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#! /usr/bin/env sh +exec tmux new-session 'cd docker/crupest-nginx/sites/www && pnpm dev' \; \ +    split-window -h 'cd docker/crupest-api/CrupestApi/CrupestApi && dotnet run --launch-profile dev'  | 
