mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: add mise config
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[tasks.dev]
|
||||
alias = "dev"
|
||||
description = "Start agent gateway development server"
|
||||
run = "pnpm dev"
|
||||
depends = ["//:pnpm-install"]
|
||||
|
||||
[tasks.build]
|
||||
description = "Build agent gateway"
|
||||
run = "pnpm build"
|
||||
depends = ["//:pnpm-install"]
|
||||
|
||||
[tasks.start]
|
||||
description = "Start agent gateway"
|
||||
run = "pnpm start"
|
||||
depends = ["//:pnpm-install"]
|
||||
Reference in New Issue
Block a user