annotate bin/homepage @ 2438:f2b3cfcc23d3

comment
author drewp@bigasterisk.com
date Wed, 29 May 2024 17:28:25 -0700
parents 2088c500415e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1212
95dfce5c12ce rearrange /static. new bin/homepage
drewp@bigasterisk.com
parents:
diff changeset
1 #!/bin/zsh
95dfce5c12ce rearrange /static. new bin/homepage
drewp@bigasterisk.com
parents:
diff changeset
2
95dfce5c12ce rearrange /static. new bin/homepage
drewp@bigasterisk.com
parents:
diff changeset
3 CONF=/tmp/light9_nginx.conf
95dfce5c12ce rearrange /static. new bin/homepage
drewp@bigasterisk.com
parents:
diff changeset
4
2377
2088c500415e pdm & homepage fixes
drewp@bigasterisk.com
parents: 2371
diff changeset
5 pdm run python src/light9/homepage/write_config.py $CONF
1212
95dfce5c12ce rearrange /static. new bin/homepage
drewp@bigasterisk.com
parents:
diff changeset
6
2377
2088c500415e pdm & homepage fixes
drewp@bigasterisk.com
parents: 2371
diff changeset
7 pnpm vite -c web/vite.config.ts &
2033
224c4a1625d7 serve homepage with lit and vite
drewp@bigasterisk.com
parents: 1706
diff changeset
8 /usr/sbin/nginx -c $CONF
224c4a1625d7 serve homepage with lit and vite
drewp@bigasterisk.com
parents: 1706
diff changeset
9 wait