mirror of
https://github.com/yusufipk/YTChatHub.git
synced 2026-09-11 10:56:17 +00:00
feat: Add combined start script, correct backend path, and allow nullable poll event.
This commit is contained in:
+3
-2
@@ -12,7 +12,8 @@
|
||||
"build": "pnpm build:backend && pnpm build:client",
|
||||
"build:backend": "tsc -p backend/tsconfig.build.json",
|
||||
"build:client": "next build client",
|
||||
"start:backend": "node backend/dist/index.js",
|
||||
"start": "concurrently \"pnpm start:backend\" \"pnpm start:client\"",
|
||||
"start:backend": "node backend/dist/backend/src/index.js",
|
||||
"start:client": "next start client",
|
||||
"lint": "next lint client"
|
||||
},
|
||||
@@ -37,4 +38,4 @@
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5.9.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user