Mercurial > code > home > repos > light9
diff 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 |
line wrap: on
line diff
--- a/bin/rdfdb Thu Jun 08 12:28:27 2023 -0700 +++ b/bin/rdfdb Thu Jun 08 13:20:23 2023 -0700 @@ -1,4 +1,2 @@ #!/bin/zsh -#pnpm exec vite -c light9/ascoltami/vite.config.ts & -pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log -wait +exec pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log