A few missing configurations

This commit is contained in:
Matthew Raymer
2023-12-01 06:50:17 -05:00
parent 3b32c2b156
commit 7d6a45061d
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
import { register } from "register-service-worker";
if (process.env.NODE_ENV === "production") {
register(`${process.env.BASE_URL}service-worker.js`, {
register("/additional-scripts.js", {
ready() {
console.log(
"App is being served from cache by a service worker.\n" +