Files @ 66a4db80ce6e
Branch filter:

Location: light9/bin/homepage

drewp@bigasterisk.com
keep 44fc
1
2
3
4
5
6
7
8
9
#!/bin/zsh

CONF=/tmp/light9_nginx.conf

pdm run python src/light9/homepage/write_config.py $CONF

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