rename server/index.ts to server.ts

This commit is contained in:
CaptOrb 2025-08-22 16:26:23 +01:00
parent 8b3e739b53
commit b4ecceb44b
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx --watch --env-file .env src/index.ts",
"watch": "tsx watch src/index.ts",
"dev": "tsx --watch --env-file .env src/server.ts",
"watch": "tsx watch src/server.ts",
"check": "tsc --noEmit",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"