Skip to content

Commit

Permalink
templates: fix missing ts-ignore in seed script causing build errors (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpopus authored Dec 16, 2024
1 parent 0f63db0 commit 8258d5c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/website/src/endpoints/seed/post-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ export const post1: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:
Expand Down
2 changes: 2 additions & 0 deletions templates/website/src/endpoints/seed/post-2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ export const post2: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:
Expand Down
2 changes: 2 additions & 0 deletions templates/website/src/endpoints/seed/post-3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ export const post3: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description: `Money isn't just currency; it's a language. Dive deep into its nuances, where strategy meets intuition in the vast sea of finance.`,
Expand Down
2 changes: 2 additions & 0 deletions templates/with-vercel-website/src/endpoints/seed/post-1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ export const post1: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:
Expand Down
2 changes: 2 additions & 0 deletions templates/with-vercel-website/src/endpoints/seed/post-2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ export const post2: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description:
Expand Down
2 changes: 2 additions & 0 deletions templates/with-vercel-website/src/endpoints/seed/post-3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ export const post3: Partial<Post> = {
version: 1,
},
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
heroImage: '{{IMAGE_1}}',
meta: {
description: `Money isn't just currency; it's a language. Dive deep into its nuances, where strategy meets intuition in the vast sea of finance.`,
Expand Down

0 comments on commit 8258d5c

Please sign in to comment.