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: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postcss": "^8.4.31"
},
"scripts": {
"start": "BROWSER=none WDS_SOCKET_PORT=0 vite --port 3000",
"start": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function App() {
<header className="App-header">
<img src="Octocat.png" className="App-logo" alt="logo" />
<p>
GitHub Codespaces <span className="heart">♥️</span> React
GitHub Codespaces and git make changes and making changes for the branch <span className="heart">♥️</span> React
</p>
<p className="small">
Edit <code>src/App.jsx</code> and save to reload.
Expand Down