add dev setup

This commit is contained in:
Daylin Morgan 2024-10-30 15:49:21 -05:00
parent 53f6c36c77
commit 310347304d
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -2,6 +2,8 @@ task build, "build":
switch("outdir", "bin")
setCommand "c", "src/typstgen.nim"
task dev, "dev":
exec "nimble setup -l"
# begin Nimble config (version 2)
--noNimblePath