diff options
author | crupest <crupest@outlook.com> | 2023-07-07 21:05:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-07 21:05:04 +0800 |
commit | e2e2f73fb9197ab739ce316f91c22b28393b65c3 (patch) | |
tree | 7c7825b3b6bf7caddd8d9c05901a72da6c5ea764 /www-dev | |
parent | a2914e2f8fb6c33d32972d2bca4bd834d6cf5c94 (diff) | |
download | crupest-e2e2f73fb9197ab739ce316f91c22b28393b65c3.tar.gz crupest-e2e2f73fb9197ab739ce316f91c22b28393b65c3.tar.bz2 crupest-e2e2f73fb9197ab739ce316f91c22b28393b65c3.zip |
Update www page.
Diffstat (limited to 'www-dev')
-rwxr-xr-x | www-dev | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #! /usr/bin/env sh -exec tmux new-session 'cd docker/crupest-nginx/sites/www && pnpm dev' \; \ +exec tmux new-session 'cd docker/crupest-nginx/sites/www && pnpm start' \; \ split-window -h 'cd docker/crupest-api/CrupestApi/CrupestApi && dotnet run --launch-profile dev' |