This repository was archived by the owner on Apr 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
ts-apollo-mongodb-backend
ts-apollo-mongodb-datasync-backend
ts-apollo-postgres-backend Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Graphback runtime template with Apollo Server and MongoDb" ,
5
5
"private" : true ,
6
- "main" : " dist/src/ index.js" ,
6
+ "main" : " dist/index.js" ,
7
7
"scripts" : {
8
8
"build" : " tsc" ,
9
9
"develop" : " ts-node src/index.ts" ,
10
- "start" : " node dist/src/ index.js" ,
10
+ "start" : " node dist/index.js" ,
11
11
"watch" : " tsc -w" ,
12
12
"generate" : " graphback generate && graphql codegen"
13
13
},
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Graphback with Data Synchronization runtime template with Apollo Server and MongoDb" ,
5
5
"private" : true ,
6
- "main" : " dist/src/ index.js" ,
6
+ "main" : " dist/index.js" ,
7
7
"scripts" : {
8
8
"build" : " tsc" ,
9
9
"develop" : " ts-node src/index.ts" ,
10
- "start" : " node dist/src/ index.js" ,
10
+ "start" : " node dist/index.js" ,
11
11
"watch" : " tsc -w" ,
12
12
"generate" : " graphback generate && graphql codegen"
13
13
},
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Graphback runtime template with Apollo Server and PostgreSQL" ,
5
5
"private" : true ,
6
- "main" : " dist/src/ index.js" ,
6
+ "main" : " dist/index.js" ,
7
7
"scripts" : {
8
8
"build" : " tsc" ,
9
9
"develop" : " ts-node src/index.ts" ,
10
- "start" : " node dist/src/ index.js" ,
10
+ "start" : " node dist/index.js" ,
11
11
"watch" : " tsc -w" ,
12
12
"generate" : " graphback generate && graphql codegen"
13
13
},
You can’t perform that action at this time.
0 commit comments