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

Commit

Permalink
fix: disable js template
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Aug 28, 2019
1 parent f2e4899 commit 705dfee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions packages/graphback-cli/src/helpers/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ Next Steps:
3. Run ${chalk.cyan(`graphback generate`)} to generate schema and resolvers
4. Run ${chalk.cyan(`docker-compose up -d`)} to run your database
and ${chalk.cyan(`graphback db`)} to create database resources in postgres
5. Run ${chalk.cyan(`graphback watch`)} to start the server and watch for changes
in model.
`
}

Expand Down
18 changes: 9 additions & 9 deletions packages/graphback-cli/src/templates/starterTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ export const allTemplates: Template[] = [
branch: 'master',
path: '/templates/apollo-rest-starter',
}
},
{
name: 'graphql-js-starter',
description: 'GraphQL.js template in typescript',
repo: {
uri: 'https://github.com/aerogear/graphback',
branch: 'master',
path: '/templates/graphql-js-starter'
}
}
// {
// name: 'graphql-js-starter',
// description: 'GraphQL.js template in typescript',
// repo: {
// uri: 'https://github.com/aerogear/graphback',
// branch: 'master',
// path: '/templates/graphql-js-starter'
// }
//}
]
/**
* information about repository
Expand Down

0 comments on commit 705dfee

Please sign in to comment.