volumen 0.2.0

In-code prompts parser for TypeScript and Python
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$schema": "https://turborepo.com/schema.json",
  "tasks": {
    "build": {
      "inputs": ["$TURBO_DEFAULT$", "./Cargo.toml", "./src/**/*.rs"]
    },

    "test": {
      "inputs": [
        "$TURBO_DEFAULT$",
        "./Cargo.toml",
        "./src/**/*.rs",
        "./tests/**/*.rs"
      ]
    }
  },
  "extends": ["//"]
}