Skip to content

Commit

Permalink
Remove unnecessary open config to match SciGateway
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvdavies committed Dec 2, 2024
1 parent 329a699 commit 44d160b
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 @@ -68,8 +68,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 44d160b

Please sign in to comment.