view bin/homepage @ 2448:2ce77421c0b7

put a big time display on ascoltami
author drewp@bigasterisk.com
date Mon, 03 Jun 2024 16:35:49 -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