Skip to content

Commit a00ccab

Browse files
committed
chore(dev): remove nx
1 parent 7375f43 commit a00ccab

File tree

9 files changed

+57
-2750
lines changed

9 files changed

+57
-2750
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@ package-lock.json
2525

2626

2727

28-
.nx/cache
29-
.nx/workspace-data
3028
vite.config.*.timestamp*
3129
vitest.config.*.timestamp*

.prettierignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
# Add files here to ignore them from prettier formatting
22
/dist
3-
/coverage
4-
/.nx/cache
5-
/.nx/workspace-data
3+
/coverage

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"ms-azuretools.vscode-docker",
44
"ms-vscode.makefile-tools",
55
"usernamehw.errorlens",
6-
"biomejs.biome",
76
"dbaeumer.vscode-eslint",
87
"esbenp.prettier-vscode"
98
]

libs/@rustymotors/binary/README.md

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

libs/@rustymotors/binary/project.json

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

nx.json

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

package.json

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"check:all": "pnpm run -r --stream check",
1616
"lint:all": "pnpm run -r --stream lint",
1717
"format:all": "pnpm run -r --stream format",
18-
"test:root": "nx test run --coverage test",
1918
"test:packages": "pnpm run -r --stream test",
2019
"test": "make test",
2120
"types:db": "pnpm --filter=rusty-motors-database run types:db",
@@ -31,7 +30,6 @@
3130
],
3231
"type": "module",
3332
"dependencies": {
34-
"@databases/pg": "^5.5.0",
3533
"@dotenvx/dotenvx": "^1.45.1",
3634
"@fastify/sensible": "^6.0.3",
3735
"@mikro-orm/core": "^6.4.16",
@@ -42,6 +40,7 @@
4240
"@sentry/profiling-node": "9.32.0",
4341
"adminjs": "^7.8.16",
4442
"bcrypt": "^6.0.0",
43+
"concurrently": "^9.2.1",
4544
"debug": "^4.4.1",
4645
"fastify": "^5.4.0",
4746
"moment": "^2.30.1",
@@ -65,16 +64,9 @@
6564
"@biomejs/biome": "2.0.5",
6665
"@commitlint/cli": "^19.8.1",
6766
"@commitlint/config-conventional": "^19.8.1",
68-
"@databases/pg-migrations": "^5.0.3",
69-
"@databases/pg-schema-cli": "^4.5.0",
7067
"@databases/pg-test": "^3.1.2",
7168
"@eslint/eslintrc": "^3.3.1",
7269
"@eslint/js": "^9.29.0",
73-
"@nx/eslint": "21.2.1",
74-
"@nx/js": "21.2.1",
75-
"@nx/node": "21.2.1",
76-
"@nx/vite": "21.2.1",
77-
"@nx/web": "21.2.1",
7870
"@sentry/cli": "^2.46.0",
7971
"@swc-node/register": "~1.10.10",
8072
"@swc/core": "~1.12.7",
@@ -96,7 +88,6 @@
9688
"globals": "^16.2.0",
9789
"husky": "^9.1.7",
9890
"lint-staged": "^16.1.2",
99-
"nx": "21.2.1",
10091
"prettier": "3.6.1",
10192
"prettier-eslint": "16.4.2",
10293
"rimraf": "^6.0.1",
@@ -131,10 +122,18 @@
131122
"pre-commit": "lint-staged"
132123
}
133124
},
134-
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
125+
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
135126
"pnpm": {
136127
"overrides": {
137128
"tinymce": "^7.9.1"
138-
}
129+
},
130+
"onlyBuiltDependencies": [
131+
"@sentry-internal/node-cpu-profiler",
132+
"@sentry/cli",
133+
"@swc/core",
134+
"bcrypt",
135+
"esbuild",
136+
"unrs-resolver"
137+
]
139138
}
140139
}

packages/database/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"lint": "npx @biomejs/biome lint --write",
1414
"format": "npx @biomejs/biome format --write .",
1515
"test": "vitest run --coverage",
16-
"types:db": "npx @databases/pg-schema-cli --directory src/__generated__",
1716
"build": "tsc"
1817
},
1918
"keywords": [],

0 commit comments

Comments
 (0)