view bin/ascoltami @ 2053:b7a3dff5514d

rough and untested port of asco from jquery to vanilla
author drewp@bigasterisk.com
date Fri, 13 May 2022 01:09:14 -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