Skip to content

Can't find vite.config.js file after installing Tailwind CSS with Vite #17757

Closed Answered by wongjn
Vandana-Ss asked this question in Help
Discussion options

You must be logged in to vote

You'd want to add a dev script to your package.json:

{
  "scripts": {
    "dev": "vite"
  }
}

See scripts documentation for details.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Vandana-Ss
Comment options

@wongjn
Comment options

wongjn Apr 23, 2025
Collaborator

Answer selected by Vandana-Ss
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants