Skip to content

Commit

Permalink
fixes bug from #443
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladSchneider committed Sep 27, 2024
1 parent 8c64df4 commit a36b539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/telemed-intake/app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default (env) => {
sourcemap: mode === 'default' || shouldUploadSentrySourceMaps,
},
server: {
open: true,
open: 'patient-portal',
},
plugins,
}),
Expand Down

0 comments on commit a36b539

Please sign in to comment.