mirror of
https://github.com/stripe/link-cli.git
synced 2026-09-14 16:41:26 +08:00
eb2115d658
* migrate commander -> incur enabling mcp server * save * use incur skill handling and clarify to use mcp if running * add changeset * fix type error * fix fmt * fix tests * fmt
10 lines
147 B
JSON
10 lines
147 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"tasks": {
|
|
"build": {
|
|
"inputs": ["$TURBO_DEFAULT$"]
|
|
}
|
|
}
|
|
}
|