annotate bin/ascoltami @ 2326:e9caffe926df

attribute 'nounlink' to save space
author drewp@bigasterisk.com
date Thu, 01 Jun 2023 18:30:25 -0700
parents 3d58c1c78f1f
children 06bf6dae8e64
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 &
2310
3d58c1c78f1f port ascoltami from cyclone to starlette
drewp@bigasterisk.com
parents: 2181
diff changeset
3 pdm run uvicorn light9.ascoltami.main:app --host 0.0.0.0 --port 8206 --no-access-log
2049
1aa9a1293611 asco gets a better launcher with vite in it
drewp@bigasterisk.com
parents:
diff changeset
4 wait