Changeset - 00dc570c3ba1
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 3 years ago 2022-06-02 18:49:45
drewp@bigasterisk.com
logging
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/rdfdb
Show inline comments
 
#!/bin/zsh
 
#pnpx vite -c light9/ascoltami/vite.config.ts &
 
pdm run uvicorn --port 8209 light9.rdfdb_setup:app
 
pdm run uvicorn --port 8209 light9.rdfdb_setup:app --no-access-log
 
wait
0 comments (0 inline, 0 general)