diff --git a/bin/homepage b/bin/homepage --- a/bin/homepage +++ b/bin/homepage @@ -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