Skip to content

Commit 9116e6b

Browse files
committed
Move tsx and tsup back to --dev
1 parent 1003649 commit 9116e6b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@
2626
"fs": "^0.0.1-security",
2727
"path": "^0.12.7",
2828
"process": "^0.11.10",
29-
"tsconfig-paths": "^4.2.0",
30-
"tsup": "^8.5.0",
31-
"tsx": "^4.19.4"
29+
"tsconfig-paths": "^4.2.0"
3230
},
3331
"devDependencies": {
3432
"@eslint/compat": "^1.2.4",
@@ -45,6 +43,8 @@
4543
"npm-run-all": "^4.1.5",
4644
"prettier": "^3.5.3",
4745
"ts-node": "^10.9.2",
46+
"tsup": "^8.5.0",
47+
"tsx": "^4.19.4",
4848
"typescript": "^5.8.3",
4949
"typescript-eslint": "^8.7.0"
5050
}

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
"author": "",
2828
"license": "ISC",
2929
"type": "module",
30+
"workspaces": [
31+
"frontend",
32+
"backend"
33+
],
3034
"bugs": {
3135
"url": "https://github.com/technoph1le/quicksnip/issues"
3236
},

0 commit comments

Comments
 (0)