๐Ÿ“ฆ mui / base-ui

๐Ÿ“„ nx.json ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11{
  "$schema": "./node_modules/nx/schemas/nx-schema.json",
  "extends": "nx/presets/npm.json",
  "targetDefaults": {
    "build": {
      "cache": true,
      "dependsOn": ["^build"]
    }
  }
}