Mercurial > code > home > repos > light9
view bin/homepage @ 2372:06bf6dae8e64
reorg tools into light9/web/ and a single vite instance
author | drewp@bigasterisk.com |
---|---|
date | Thu, 08 Jun 2023 13:20:23 -0700 |
parents | 5e4321405f54 |
children | 2088c500415e |
line wrap: on
line source
#!/bin/zsh CONF=/tmp/light9_nginx.conf bin/python light9/homepage/write_config.py $CONF pnpm vite -c light9/web/vite.config.ts & /usr/sbin/nginx -c $CONF wait