annotate bin/ascoltami @ 2187:ccdfdc8183ad

remove py2-style 'object' superclass
author drewp@bigasterisk.com
date Fri, 19 May 2023 21:14:01 -0700
parents 8cab6a80215a
children 3d58c1c78f1f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2049
1aa9a1293611 asco gets a better launcher with vite in it
drewp@bigasterisk.com
parents:
diff changeset
1 #!/bin/zsh
2149
cce16500f747 faster startup of all vite tools
drewp@bigasterisk.com
parents: 2049
diff changeset
2 pnpm exec vite -c light9/ascoltami/vite.config.ts &
2181
8cab6a80215a asco cleanup, including a bugfix (rdflib dropped graph.label?)
drewp@bigasterisk.com
parents: 2149
diff changeset
3 pdm run python light9/ascoltami/main.py
2049
1aa9a1293611 asco gets a better launcher with vite in it
drewp@bigasterisk.com
parents:
diff changeset
4 wait