Mercurial > code > home > repos > light9
annotate 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 |
rev | line source |
---|---|
1212 | 1 #!/bin/zsh |
2 | |
3 CONF=/tmp/light9_nginx.conf | |
4 | |
2371
5e4321405f54
redo services url structure and homepage config. (pages aren't updated this layout yet)
drewp@bigasterisk.com
parents:
2249
diff
changeset
|
5 bin/python light9/homepage/write_config.py $CONF |
1212 | 6 |
2371
5e4321405f54
redo services url structure and homepage config. (pages aren't updated this layout yet)
drewp@bigasterisk.com
parents:
2249
diff
changeset
|
7 pnpm vite -c light9/web/vite.config.ts & |
2033 | 8 /usr/sbin/nginx -c $CONF |
9 wait |