Skip to content

Commit

Permalink
add vite to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Sep 1, 2024
1 parent 8154dbc commit f59a458
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "20"

- run: npm install -g yarn
env:
Expand Down
3 changes: 2 additions & 1 deletion frontend-bs5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"proxy": "http://localhost:8000",
"type": "module",
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0"
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^5.1.0"
}
}
3 changes: 2 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"proxy": "http://localhost:8000",
"type": "module",
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.5.0"
"@vitejs/plugin-react-swc": "^3.5.0",
"vite": "^5.1.0"
}
}

0 comments on commit f59a458

Please sign in to comment.