Files
komodo/runfile.toml
2024-03-25 06:54:32 -07:00

20 lines
366 B
TOML

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