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

Commit 4feda92

Browse files
namit-chandwaniwtrocki
authored andcommitted
fix(packages): fix ENOENT error in NestJS template
1 parent a45d0c5 commit 4feda92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-graphback/src/init/communityTemplates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const externalTemplates = [
1919
repos: [{
2020
uri: 'https://github.com/namit-chandwani/nestjs-apollo-mongodb-backend',
2121
branch: 'master',
22-
path: '/'
22+
path: '.'
2323
}]
2424
}
2525
];

0 commit comments

Comments
 (0)