Files @ 0d88befa5132
Branch filter:

Location: light9/bin/homepage

drewp@bigasterisk.com
cull hgignore ; try to eliminate __pycache__ in the source tree but gave up
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