Added HTTPS to local host script.

This commit is contained in:
Colton Deaton
2026-06-27 11:55:01 -05:00
parent 6a50479181
commit 834e822956
+1 -1
View File
@@ -8,4 +8,4 @@ exec 2> >(while read -r line; do printf '%s %s\n' "$(date --rfc-3339=seconds)" "
fuser -k -n tcp 5173 fuser -k -n tcp 5173
cd /home/cdeaton/KitchenSync-QA/kitchensync-rewrite cd /home/cdeaton/KitchenSync-QA/kitchensync-rewrite
git pull && $BUN install && $BUN --bun run dev -- --host git pull && $BUN install && $BUN --bun run dev -- --host --https 5173 --cert /home/cdeaton/KitchenSync-QA/kitchensync-rewrite/kitchensync-ca.pem --key /home/cdeaton/KitchenSync-QA/kitchensync-rewrite/kitchensync-ca.key