record some info on my attempt to test a service worker

This commit is contained in:
2024-08-10 20:09:49 -06:00
parent 844a462482
commit 6b4b3642f9
3 changed files with 67 additions and 36 deletions

View File

@@ -189,6 +189,9 @@ const routes: Array<RouteRecordRaw> = [
name: "shared-photo",
component: () => import("@/views/SharedPhotoView.vue"),
},
// /share-target is also an endpoint in the service worker
{
path: "/start",
name: "start",