version: '3' tasks: build: cmds: # build backend - rm gw - nimble c -d:usestd src/gw.nim -o:gw # build frontend - cd web - pnpm install - pnpm run build dev-backend: cmds: - nimble c -d:usestd -r src/gw.nim -o:gw dev-frontend: dir: ./web cmds: - pnpm run dev