Mercurial > code > home > repos > light9
comparison 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 |
comparison
equal
deleted
inserted
replaced
2371:5e4321405f54 | 2372:06bf6dae8e64 |
---|---|
1 #!/bin/zsh | 1 #!/bin/zsh |
2 #pnpm exec vite -c light9/ascoltami/vite.config.ts & | 2 exec pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log |
3 pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log | |
4 wait |