view bin/rdfdb @ 2230:eeb2b3928715

fix 'unlink' button. (event was not well-typed)
author drewp@bigasterisk.com
date Wed, 24 May 2023 12:11:28 -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