From 834e82295654a08d1328e0cc6a5f073f8624e80b Mon Sep 17 00:00:00 2001 From: Colton Deaton Date: Sat, 27 Jun 2026 11:55:01 -0500 Subject: [PATCH] Added HTTPS to local host script. --- kitchensync-qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchensync-qa.sh b/kitchensync-qa.sh index 54194c6..3cbfc53 100755 --- a/kitchensync-qa.sh +++ b/kitchensync-qa.sh @@ -8,4 +8,4 @@ exec 2> >(while read -r line; do printf '%s %s\n' "$(date --rfc-3339=seconds)" " fuser -k -n tcp 5173 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