Skip to content

Commit

Permalink
Fix adminpanel prod entrypoint typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noreplydev committed Nov 5, 2024
1 parent a5662e9 commit 3ce5309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/adminpanel/entrypoint_prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ if (fs.existsSync(path.join(__dirname, 'server.js'))) {
process.exit(1)
});
} else {
print("Error starting production server: server.js not found")
console.error("Error starting production server: server.js not found")
}

0 comments on commit 3ce5309

Please sign in to comment.