We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db2bc94 commit a7e0b96Copy full SHA for a7e0b96
index.js
@@ -4,7 +4,6 @@
4
const {Noco} = require("nocodb");
5
const httpServer = app.listen(process.env.PORT || 8080);
6
app.use(await Noco.init({}, httpServer, app));
7
- console.log(`Visit : localhost:${process.env.PORT}/dashboard`)
8
} catch(e) {
9
console.log(e)
10
}
0 commit comments