Files @ d678c2757cd4
Branch filter:

Location: light9/bin/ascoltami

drewp@bigasterisk.com
config log() better. note that in chrome, you have to turn on 'verbose' in the console log to see anything :(
1
2
3
4
#!/bin/zsh
pnpx vite -c light9/ascoltami/vite.config.ts &
PYTHONPATH=`pwd` pdm run python light9/ascoltami/main.py
wait