Mercurial > code > home > repos > light9
comparison bin/rdfdb @ 2178:dc126c757dbe
import test for rdfdb
author | drewp@bigasterisk.com |
---|---|
date | Fri, 19 May 2023 14:40:49 -0700 |
parents | cce16500f747 |
children | 06bf6dae8e64 |
comparison
equal
deleted
inserted
replaced
2177:9036ebf37b04 | 2178:dc126c757dbe |
---|---|
1 #!/bin/zsh | 1 #!/bin/zsh |
2 #pnpm exec vite -c light9/ascoltami/vite.config.ts & | 2 #pnpm exec vite -c light9/ascoltami/vite.config.ts & |
3 pdm run uvicorn --port 8209 light9.rdfdb_setup:app --no-access-log | 3 pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log |
4 wait | 4 wait |