Skip to content

Commit

Permalink
chore: no vite on project open
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 11, 2024
1 parent 3f31e18 commit a8c2501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"prettier.enable": false
"prettier.enable": false,
"vite.autoStart": false
}

0 comments on commit a8c2501

Please sign in to comment.