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
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
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
95dfce5c12ce rearrange /static. new bin/homepage
drewp@bigasterisk.com
parents:
diff changeset
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
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