Skip to content

Commit d920472

Browse files
committed
Move tsup & tsx to dependencies for Railway
1 parent 36455a0 commit d920472

File tree

3 files changed

+11
-2159
lines changed

3 files changed

+11
-2159
lines changed

backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"fs": "^0.0.1-security",
2828
"path": "^0.12.7",
2929
"process": "^0.11.10",
30-
"tsconfig-paths": "^4.2.0"
30+
"tsconfig-paths": "^4.2.0",
31+
"tsup": "^8.5.0",
32+
"tsx": "^4.19.4"
3133
},
3234
"devDependencies": {
3335
"@eslint/compat": "^1.2.4",
@@ -44,8 +46,6 @@
4446
"npm-run-all": "^4.1.5",
4547
"prettier": "^3.5.3",
4648
"ts-node": "^10.9.2",
47-
"tsup": "^8.5.0",
48-
"tsx": "^4.19.4",
4949
"typescript": "^5.8.3",
5050
"typescript-eslint": "^8.7.0"
5151
}

0 commit comments

Comments
 (0)