Skip to content

Commit 7573cda

Browse files
committed
Co-authored-by
1 parent 968f09e commit 7573cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: node dist/index.js
1+
web: node dist/server.js

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const resolvers = {
1616
async function main() {
1717
const server = new ApolloServer({ typeDefs, resolvers });
1818
const { url } = await startStandaloneServer(server);
19-
console.log(`🚀 Server ready at ${url}`);
19+
console.log(`🚀 Server ready at... ${url}`);
2020
}
2121

2222
main();

0 commit comments

Comments
 (0)