add shared node modules

This commit is contained in:
2026-07-07 11:32:55 +02:00
parent 8ebdbc14d6
commit 4a73c43f80
5 changed files with 13 additions and 31 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ const runStartup = async (port) => {
}
console.log("Everything is settet up successfully!");
console.log(`Server is running on http://localhost:${port}`);
console.log(`Backend is running on http://localhost:${port}`);
};
const insertFirstData = async () => {