Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _scripts/package-lock-sync.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function checkPackageLockSync(directory, name) {

child.on('exit', (code) => {
if (code === 0) {
console.log(`✔ ${name}`);
resolve();
} else {
reject(
Expand Down
2 changes: 1 addition & 1 deletion astro-shadcn/.bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion bolt-remotion/.bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions bolt-vite-react-ts/.bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion nextjs-shadcn/.bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion vite-shadcn/.bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading