Mercurial > code > home > repos > light9
diff bin/homepage @ 2377:2088c500415e
pdm & homepage fixes
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:03:41 -0700 |
parents | 5e4321405f54 |
children |
line wrap: on
line diff
--- a/bin/homepage Sun May 12 19:02:10 2024 -0700 +++ b/bin/homepage Sun May 12 19:03:41 2024 -0700 @@ -2,8 +2,8 @@ CONF=/tmp/light9_nginx.conf -bin/python light9/homepage/write_config.py $CONF +pdm run python src/light9/homepage/write_config.py $CONF -pnpm vite -c light9/web/vite.config.ts & +pnpm vite -c web/vite.config.ts & /usr/sbin/nginx -c $CONF wait