Skip to content

Commit

Permalink
chore: auto update (#11)
Browse files Browse the repository at this point in the history
* chore: update deps

* fix: type support

* feat: add custom mono fonts

* feat: basic components

* feat: update utils

* fix: type

* feat: new code structure

* feat: add DSE model

* feat: refactor views

* feat: device-based router support

* feat: gyro/accel visualize

* feat: output panel for dualsense

* chore: migrate to bun

* chore: update code structure

* fix: typo battery info

* feat: dualsense edge support

* fix: build script

* feat: update locale

* feat: accel&gyro graph support for dse

* chore: update README

* feat: new service worker update

* chore: update logger

* chore: disabled PWA in preview mode

* chore: auto update
  • Loading branch information
daidr authored Jan 30, 2025
1 parent 49c4129 commit 436221a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig(async () => ({
strictMessage: false,
}),
isVercelProduction ? VitePWA({
registerType: 'prompt',
registerType: 'autoUpdate',
includeAssets: [
'/pwa/android-chrome-192x192.png',
'/pwa/android-chrome-512x512.png',
Expand Down

0 comments on commit 436221a

Please sign in to comment.