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 968f09e commit 7573cdaCopy full SHA for 7573cda
Procfile
@@ -1 +1 @@
1
-web: node dist/index.js
+web: node dist/server.js
src/server.ts
@@ -16,7 +16,7 @@ const resolvers = {
16
async function main() {
17
const server = new ApolloServer({ typeDefs, resolvers });
18
const { url } = await startStandaloneServer(server);
19
- console.log(`🚀 Server ready at ${url}`);
+ console.log(`🚀 Server ready at... ${url}`);
20
}
21
22
main();
0 commit comments