view bin/homepage @ 2418:9bb0eb587d5b

640x480 camera res
author drewp@bigasterisk.com
date Tue, 21 May 2024 11:58:13 -0700
parents 2088c500415e
children
line wrap: on
line source

#!/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