Mercurial > code > home > repos > light9
annotate bin/rdfdb @ 2372:06bf6dae8e64
reorg tools into light9/web/ and a single vite instance
author | drewp@bigasterisk.com |
---|---|
date | Thu, 08 Jun 2023 13:20:23 -0700 |
parents | dc126c757dbe |
children | 3a2e58725037 |
rev | line source |
---|---|
2064
412f798baf0c
move rdfdb_setup.py code from the simplified launcher
drewp@bigasterisk.com
parents:
1925
diff
changeset
|
1 #!/bin/zsh |
2372
06bf6dae8e64
reorg tools into light9/web/ and a single vite instance
drewp@bigasterisk.com
parents:
2178
diff
changeset
|
2 exec pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log |