Skip to content

Commit

Permalink
Merge pull request #1144 from ral-facilities/remove-unnecessary-vite-…
Browse files Browse the repository at this point in the history
…config

Remove unnecessary open config to match SciGateway
  • Loading branch information
joelvdavies authored Dec 4, 2024
2 parents b50268b + 0a2f462 commit 1935ec3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ export default defineConfig(({ mode }) => {
plugins: plugins,
server: {
port: 3000,
// Don't open by default as Dockerfile wont run as it can't find a display
open: false,
},
preview: {
port: 5001,
Expand Down

0 comments on commit 1935ec3

Please sign in to comment.