Updated Dependencies, Makefiles for build process, Docker Images for Front & Backend
This commit is contained in:
@@ -66,7 +66,7 @@ else {
|
||||
}
|
||||
|
||||
// viteNode
|
||||
if (import.meta.env.VITE_PROD) {
|
||||
if (import.meta.env.PROD) {
|
||||
app.listen(PORT, () => {
|
||||
console.log(`http://localhost:${PORT}`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user