We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca35521 commit e77eeb8Copy full SHA for e77eeb8
frontend/vite.config.js
@@ -36,7 +36,13 @@ export default defineConfig({
36
],
37
}),
38
webUpdateNotice({
39
- hiddenDefaultNotification: true,
+ notificationProps: {
40
+ title: 'New version',
41
+ description: 'An update available, please refresh the page to get latest features and bug fixes!',
42
+ buttonText: 'refresh',
43
+ dismissButtonText: 'cancel',
44
+ },
45
+ checkInterval: 1 * 60 * 1000,
46
47
48
clearScreen: false,
0 commit comments