formatting and comments
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/**
|
||||
* Vite build configuration and PWA asset emission.
|
||||
*
|
||||
* The same per-build identifier is compiled into the browser bundle and the
|
||||
* service worker. This makes an hourly/visibility update check discover a new
|
||||
* deployment while still leaving activation under explicit user control.
|
||||
*/
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import { readFileSync } from 'node:fs'
|
||||
|
||||
Reference in New Issue
Block a user