mirror of
https://github.com/photoprism/photoprism.git
synced 2026-07-18 00:59:38 +00:00
9 lines
251 B
Go
9 lines
251 B
Go
package server
|
|
|
|
import _ "embed"
|
|
|
|
// fallbackScopeCleanupScript is served when the generated service worker helper
|
|
// is unavailable in local development or test builds.
|
|
//
|
|
//go:embed sw_scope_cleanup_fallback.js
|
|
var fallbackScopeCleanupScript []byte
|