Skip to content
Open
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
2 changes: 2 additions & 0 deletions bolt-vite-react-ts/.bolt/prompt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ By default, this template supports JSX syntax with Tailwind CSS classes, React h

Use icons from lucide-react for logos.

This template uses Tailwind CSS v4, which is configured in CSS instead of JavaScript. There is no `tailwind.config.js` and no PostCSS config. Tailwind is loaded by the `@tailwindcss/vite` plugin and imported in `src/index.css` with `@import 'tailwindcss'`. Customize the theme by declaring CSS variables in a `@theme` block in `src/index.css` rather than by creating a config file.

Import project modules with the `@/` path alias, which maps to `src/` (e.g. `@/components/Foo` == `src/components/Foo`), instead of deep relative paths like `../../components/Foo`.
28 changes: 0 additions & 28 deletions bolt-vite-react-ts/eslint.config.js

This file was deleted.

1 change: 0 additions & 1 deletion bolt-vite-react-ts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<meta property="og:image" content="https://bolt.new/static/og_default.png" />
Expand Down
Loading