Skip to content

Commit 4b4027a

Browse files
committed
refactor: remove outdated test scripts and clean up package dependencies
- Deleted test scripts for auto-source and URL restrictions as they are no longer needed. - Removed unused dependencies from package.json and package-lock.json to streamline the project. - Updated the dev script to improve clarity in error messages regarding port conflicts.
1 parent 9490362 commit 4b4027a

File tree

9 files changed

+3
-1027
lines changed

9 files changed

+3
-1027
lines changed

bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ trap cleanup SIGINT SIGTERM
2323

2424
# Prevent silent failures from port conflicts
2525
if lsof -Pi :3000 -sTCP:LISTEN -t >/dev/null 2>&1; then
26-
echo "❌ Port 3000 is already in use. Run: pkill -f 'puma.*html2rss-web'"
26+
echo "❌ Port 3000 is already in use. Run: \`pkill -f 'puma.*html2rss-web'\`"
2727
exit 1
2828
fi
2929

frontend/package-lock.json

Lines changed: 0 additions & 196 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"test:ci": "npm run test:unit && npm run test:integration"
1515
},
1616
"dependencies": {
17-
"astro": "^4.0.0",
18-
"@astrojs/node": "^8.0.0"
17+
"astro": "^4.0.0"
1918
},
2019
"devDependencies": {
2120
"prettier": "^3.x.x",

0 commit comments

Comments
 (0)