Files @ 5e4321405f54
Branch filter:

Location: light9/bin/homepage

drewp@bigasterisk.com
redo services url structure and homepage config. (pages aren't updated this layout yet)
1
2
3
4
5
6
7
8
9
#!/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