view bin/rdfdb @ 2064:412f798baf0c

move rdfdb_setup.py code from the simplified launcher
author drewp@bigasterisk.com
date Sat, 21 May 2022 15:53:56 -0700
parents f8ab10f4c80b
children 00dc570c3ba1
line wrap: on
line source

#!/bin/zsh
#pnpx vite -c light9/ascoltami/vite.config.ts &
pdm run uvicorn --port 8209 light9.rdfdb_setup:app
wait