mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Fix lint
This commit is contained in:
parent
ba7d93be1f
commit
b3ea4959a5
1 changed files with 7 additions and 1 deletions
|
@ -21,7 +21,13 @@ export default defineConfig({
|
||||||
VitePWA({
|
VitePWA({
|
||||||
registerType: "autoUpdate",
|
registerType: "autoUpdate",
|
||||||
workbox: {
|
workbox: {
|
||||||
globPatterns: ["**/*.{css,html}", "**/[A-Z]*.js", "**/index*.js", "**/shaka-player*.js", "manifest.webmanifest"],
|
globPatterns: [
|
||||||
|
"**/*.{css,html}",
|
||||||
|
"**/[A-Z]*.js",
|
||||||
|
"**/index*.js",
|
||||||
|
"**/shaka-player*.js",
|
||||||
|
"manifest.webmanifest"
|
||||||
|
],
|
||||||
globIgnores: ["**/*-legacy-*.js"],
|
globIgnores: ["**/*-legacy-*.js"],
|
||||||
runtimeCaching: [
|
runtimeCaching: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue