mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-16 12:04:33 +00:00
Update doc & comments references to src folder
This commit is contained in:
committed by
Conduitry
parent
ea80882770
commit
190168b8a1
@@ -46,7 +46,7 @@ There are three simple rules for naming the files that define your routes:
|
||||
|
||||
The [static](static) directory contains any static assets that should be available. These are served using [sirv](https://github.com/lukeed/sirv).
|
||||
|
||||
In your [service-worker.js](app/service-worker.js) file, you can import these as `files` from the generated manifest...
|
||||
In your [service-worker.js](src/service-worker.js) file, you can import these as `files` from the generated manifest...
|
||||
|
||||
```js
|
||||
import { files } from '@sapper/service-worker';
|
||||
|
||||
Reference in New Issue
Block a user