7 lines
126 B
JavaScript
7 lines
126 B
JavaScript
import { Turbo } from "@hotwired/turbo-rails"
|
|
|
|
Turbo.offline.start("/service-worker.js", {
|
|
scope: "/",
|
|
native: true
|
|
})
|