view bin/homepage @ 2403:d8950f9b46be

store panels layout in localStorage
author drewp@bigasterisk.com
date Fri, 17 May 2024 17:34:45 -0700
parents 2088c500415e
children
line wrap: on
line source

#!/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