File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/app/homepage/pages/recipes/prisma Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1- import { ChangeDetectionStrategy , Component } from ' @angular/core' ;
2- import { BasePageComponent } from ' ../../page/page.component' ;
1+ import { ChangeDetectionStrategy , Component } from " @angular/core" ;
2+ import { BasePageComponent } from " ../../page/page.component" ;
33
44@Component ( {
5- selector : ' app-prisma' ,
6- templateUrl : ' ./prisma.component.html' ,
7- changeDetection : ChangeDetectionStrategy . OnPush ,
5+ selector : " app-prisma" ,
6+ templateUrl : " ./prisma.component.html" ,
7+ changeDetection : ChangeDetectionStrategy . OnPush
88} )
99export class PrismaComponent extends BasePageComponent {
1010 get dependencies ( ) {
1111 return `
12- $ npm install --save prisma prisma -binding` ;
12+ $ npm install --save prisma-binding` ;
1313 }
1414
1515 get prismaYaml ( ) {
@@ -37,7 +37,8 @@ projects:
3737 database:
3838 schemaPath: src/prisma/prisma-types.graphql
3939 extensions:
40- prisma: prisma.yml
40+ endpoints:
41+ default: https://us1.prisma.sh/nest-f6ec12/prisma/dev
4142 codegen:
4243 - generator: prisma-binding
4344 language: typescript
You can’t perform that action at this time.
0 commit comments