MCPcopy Index your code
hub / github.com/parse-community/parse-server / printSuccessMessage

Function printSuccessMessage

src/cli/parse-server.js:94–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 }
93
94 function printSuccessMessage() {
95 console.log('[' + process.pid + '] parse-server running on ' + options.serverURL);
96 if (options.mountGraphQL) {
97 console.log(
98 '[' +
99 process.pid +
100 '] GraphQL running on http://localhost:' +
101 options.port +
102 options.graphQLPath
103 );
104 }
105 if (options.mountPlayground) {
106 console.log(
107 '[' +
108 process.pid +
109 '] Playground running on http://localhost:' +
110 options.port +
111 options.playgroundPath
112 );
113 }
114 }
115 },
116});
117

Callers 1

parse-server.jsFile · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected