Mercurial > code > home > repos > light9
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 |
rev | line source |
---|---|
2049
1aa9a1293611
asco gets a better launcher with vite in it
drewp@bigasterisk.com
parents:
diff
changeset
|
1 #!/bin/zsh |
2149 | 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 |