view bin/rdfdb @ 2196:5ee5e17a3fd3

help vscode pytest runner work with pdm
author drewp@bigasterisk.com
date Sun, 21 May 2023 17:00:25 -0700
parents dc126c757dbe
children 06bf6dae8e64
line wrap: on
line source

#!/bin/zsh
#pnpm exec vite -c light9/ascoltami/vite.config.ts &
pdm run uvicorn --port 8209 light9.rdfdb.service:app --no-access-log
wait