Mercurial > code > home > repos > light9
view bin/homepage @ 2430:1082f0725c32
fix PlayerState semantics
author | drewp@bigasterisk.com |
---|---|
date | Tue, 28 May 2024 15:34:03 -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