Skip to content

Commit

Permalink
Merge branch 'main' into feat/recentOpeningsServiceFix
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzgrewal authored Apr 24, 2024
2 parents fb9d776 + debc073 commit 169d341
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "frontend-react-starter",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@aws-amplify/ui-react": "^6.1.4",
"@bcgov-nr/nr-theme": "^1.7.0",
Expand Down
7 changes: 4 additions & 3 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ export default defineConfig(({ mode }) => {
react()
],
build: {
chunkSizeWarningLimit: 1024,
outDir: 'build'
},
server: {
port: 3000,
hmr:{
overlay:false
hmr: {
overlay: false
}
},
resolve: {
Expand Down Expand Up @@ -61,4 +62,4 @@ export default defineConfig(({ mode }) => {
}

return config;
});
});

0 comments on commit 169d341

Please sign in to comment.