This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
Hook products to database #32
Annotations
2 errors and 2 warnings
Build:
src/routes/Home.vue#L33
Type '{ title: string; logo: string; id: `product:${string}`; slug: string; pricing: number; published: boolean; discoverable: boolean; created: Date; updated: Date; tagline?: string | undefined; overview?: string | undefined; ... 4 more ...; carousel?: { ...; }[] | undefined; }' is not assignable to type '{ slug: string; title: string; thumbnail: string; }'.
|
Build
Process completed with exit code 1.
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|