mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
20 lines
366 B
TOML
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" |