Skip to content

Commit

Permalink
⬆️ puerto Vite y actualizar Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Nov 8, 2024
1 parent 167f909 commit c1c7792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yarn install
yarn dev
```

Inicia un servidor local (con hot-reloading) en [localhost:3000](http://localhost:3000)
Inicia un servidor local (con hot-reloading) en [localhost:3000](http://localhost:4321)

## Construir para producción

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enflujo-www",
"packageManager": "yarn@4.5.0",
"packageManager": "yarn@4.5.1",
"version": "1.1.0",
"type": "module",
"private": true,
Expand Down

0 comments on commit c1c7792

Please sign in to comment.