view bin/ascoltami @ 2078:2c48e92ad5d3

make loadtest real enough to cause numbers to change on collector's web view
author drewp@bigasterisk.com
date Tue, 24 May 2022 01:21:32 -0700
parents 1aa9a1293611
children cce16500f747
line wrap: on
line source

#!/bin/zsh
pnpx vite -c light9/ascoltami/vite.config.ts &
PYTHONPATH=`pwd` pdm run python light9/ascoltami/main.py
wait