Files @ 69ca2b2fc133
Branch filter:

Location: light9/bin/homepage

drewp@bigasterisk.com
overcomplicated attempt at persisting the pane layout in the rdf graph

this was hard because we have to somehow wait for the graph to load before config'ing the panes
1
2
3
4
5
6
7
8
9
#!/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