Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Oct 9, 2024
1 parent 7e2e599 commit af250f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/service-worker/sw.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
importScripts("/swEnv.js");

console.log(self.ENV);
import { precacheAndRoute } from "workbox-precaching";
import { api, getTokenFromIdb } from "../api";
import { getPicturesStore, getToUploadStore } from "../features/idb";
Expand Down

0 comments on commit af250f5

Please sign in to comment.