fix: use ts-node --transpile-only to bypass tsc truncation bug on Alpine
This commit is contained in:
@@ -55,4 +55,5 @@ if (fs.existsSync(publicDir)) {
|
||||
app.listen(PORT, () => {
|
||||
console.log(`✓ ShootTracker backend → http://localhost:${PORT}`)
|
||||
console.log(` Uploads : ${UPLOADS_DIR}`)
|
||||
console.log(` AI
|
||||
console.log(` AI : ${process.env.AI_SERVICE_URL || 'http://localhost:8000'}`)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user