view bin/homepage @ 2371:5e4321405f54

redo services url structure and homepage config. (pages aren't updated this layout yet)
author drewp@bigasterisk.com
date Thu, 08 Jun 2023 12:28:27 -0700
parents e9dc435cc946
children 2088c500415e
line wrap: on
line source

#!/bin/zsh

CONF=/tmp/light9_nginx.conf

bin/python light9/homepage/write_config.py $CONF

pnpm vite -c light9/web/vite.config.ts &
/usr/sbin/nginx -c $CONF
wait