Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore(create-graphback): change branch to pull templates from
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda Phelan authored and wtrocki committed Jul 30, 2020
1 parent cfaf464 commit cb6878e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/create-graphback/src/init/starterTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ export const allTemplates: Template[] = [
repos: [
{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-react-apollo-client',
mountpath: "client"
}, {
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-apollo-postgres-backend',
}]
},
Expand All @@ -32,12 +32,12 @@ export const allTemplates: Template[] = [
repos: [
{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-react-apollo-client',
mountpath: "client"
},{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-apollo-mongodb-backend',
}]
},
Expand All @@ -46,7 +46,7 @@ export const allTemplates: Template[] = [
description: 'Apollo GraphQL Server connecting to Mongo database using TypeScript',
repos: [{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-apollo-mongodb-backend',
}]
},
Expand All @@ -55,7 +55,7 @@ export const allTemplates: Template[] = [
description: 'Apollo GraphQL Server connecting to Mongo database using TypeScript. Contains Data Synchronization features.',
repos: [{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-apollo-mongodb-datasync-backend',
}]
},
Expand All @@ -64,7 +64,7 @@ export const allTemplates: Template[] = [
description: 'Apollo GraphQL Server connecting to Postgres database using TypeScript',
repos: [{
uri: 'https://github.com/aerogear/graphback',
branch: 'templates-0.14.0',
branch: 'templates-0.15.0',
path: '/templates/ts-apollo-postgres-backend',
}]
}
Expand Down

0 comments on commit cb6878e

Please sign in to comment.