Skip to content

Commit

Permalink
Try to deploy the vite app
Browse files Browse the repository at this point in the history
  • Loading branch information
hanapotski committed Oct 24, 2024
1 parent 9545208 commit 2bfc23e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.10.0",
"react-virtuoso": "^4.1.0",
"typescript": "^4.9.5",
"vite": "^5.4.9",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
Expand Down Expand Up @@ -74,7 +73,8 @@
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"prettier": "^2.4.1",
"ts-jest": "^29.2.5"
"ts-jest": "^29.2.5",
"typescript": "^4.9.5"
},
"overrides": {
"react-scripts": {
Expand Down
3 changes: 1 addition & 2 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,5 @@
"noFallthroughCasesInSwitch": true,
"types": ["vite/client", "vite-plugin-svgr/client"]
},
"include": ["src"],
"exclude": ["node_modules"]
"include": ["src"]
}

0 comments on commit 2bfc23e

Please sign in to comment.