feat: add server entry point

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 09:20:25 +02:00
co-authored by Claude Sonnet 5
parent ba5756e122
commit ceccc1d1af
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"start": "node src/app.js",
"start": "node src/server.js",
"worker": "node src/worker.js",
"cleanup": "node src/cleanup.js",
"test": "vitest run"