diff --git a/_scripts/package-lock-sync.mjs b/_scripts/package-lock-sync.mjs index fecca91..7cbd737 100644 --- a/_scripts/package-lock-sync.mjs +++ b/_scripts/package-lock-sync.mjs @@ -79,6 +79,7 @@ function checkPackageLockSync(directory, name) { child.on('exit', (code) => { if (code === 0) { + console.log(`✔ ${name}`); resolve(); } else { reject( diff --git a/astro-shadcn/.bolt/prompt b/astro-shadcn/.bolt/prompt index 610d420..e354601 100644 --- a/astro-shadcn/.bolt/prompt +++ b/astro-shadcn/.bolt/prompt @@ -4,4 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/bolt-remotion/.bolt/prompt b/bolt-remotion/.bolt/prompt index a96e107..a09098f 100644 --- a/bolt-remotion/.bolt/prompt +++ b/bolt-remotion/.bolt/prompt @@ -4,4 +4,4 @@ By default, this template creates Remotion videos using React 18 + TypeScript, w Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/bolt-vite-react-ts/.bolt/prompt b/bolt-vite-react-ts/.bolt/prompt index d0c0a8f..15e68f1 100644 --- a/bolt-vite-react-ts/.bolt/prompt +++ b/bolt-vite-react-ts/.bolt/prompt @@ -4,5 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, React h Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. - +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/nextjs-shadcn/.bolt/prompt b/nextjs-shadcn/.bolt/prompt index 3d0f7d3..12e8335 100644 --- a/nextjs-shadcn/.bolt/prompt +++ b/nextjs-shadcn/.bolt/prompt @@ -8,4 +8,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags. diff --git a/vite-shadcn/.bolt/prompt b/vite-shadcn/.bolt/prompt index 610d420..e354601 100644 --- a/vite-shadcn/.bolt/prompt +++ b/vite-shadcn/.bolt/prompt @@ -4,4 +4,4 @@ By default, this template supports JSX syntax with Tailwind CSS classes, the sha Use icons from lucide-react for logos. -Use stock photos from unsplash where appropriate, only valid URLs you know exist. +Use stock photos from Pexels where appropriate, only valid URLs you know exist. Do not download the images, only link to them in image tags.