Files
komodo/runfile.toml
2024-03-24 06:35:56 -07:00

12 lines
244 B
TOML

[gen-ts-types]
description = "generates typescript types for the ts client"
path = "."
cmd = "node ./client/ts/generate_types.mjs"
[start-frontend]
path = "frontend"
cmd = "yarn dev"
[monrun-sync]
path = "bin/monrun"
cmd = "cargo run -- sync"