Skip to content

Commit f0bccf1

Browse files
fix: Remove minimal server to force Railway to use full server
- Deleted minimal.ts and compiled minimal.js files - Removed start:minimal script from package.json - Railway should now only be able to run the full server with auth endpoints
1 parent 92ccf68 commit f0bccf1

2 files changed

Lines changed: 0 additions & 115 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
],
4343
"scripts": {
4444
"start": "node dist/servers/railway/index.js",
45-
"start:minimal": "node dist/servers/railway/minimal.js",
4645
"start:full": "node dist/servers/railway/index.js",
4746
"setup": "npm install && npm run build && npm run init",
4847
"postinstall": "node scripts/install-claude-hooks-auto.js || true",

src/servers/railway/minimal.ts

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

0 commit comments

Comments
 (0)