Skip to content

Commit 3f38fd3

Browse files
committed
refactor: rename adt-cli and adt-client projects and remove root vitest config
This commit renames the `adt-cli` and `adt-client` projects to `cli` and `client` respectively within their `project.json` files. This change aims to simplify project naming and improve consistency across the codebase. Additionally, the root `vitest.config.ts` file is removed, as its configuration is likely redundant or has been moved to a more appropriate location.
1 parent 0551d7a commit 3f38fd3

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

packages/adt-cli/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "adt-cli",
2+
"name": "cli",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/adt-cli/src",
55
"projectType": "library",

packages/adt-client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "adt-client",
2+
"name": "client",
33
"$schema": "../../node_modules/nx/schemas/project-schema.json",
44
"sourceRoot": "packages/adt-client/src",
55
"projectType": "library",

vitest.config.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)