Skip to content

Commit

Permalink
Merge pull request #15 from pkolt/10-migrate-to-vite-plugin-pwa
Browse files Browse the repository at this point in the history
10-migrate-to-vite-plugin-pwa
  • Loading branch information
pkolt authored Dec 7, 2024
2 parents 3bc4c7b + 042b230 commit acce5ca
Show file tree
Hide file tree
Showing 18 changed files with 3,465 additions and 244 deletions.
12 changes: 0 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,7 @@
<head>
<meta charset="UTF-8" />
<title>English Trainer</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="canonical" href="https://pkolt.github.io/english_trainer/" />
<meta name="application-name" content="English Trainer" />
<meta name="author" content="Pavel Koltyshev" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index, follow" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<link href="/app.webmanifest" rel="manifest" />
<link href="/images/favicon.png" rel="icon" />
</head>
<body>
<div id="root"></div>
Expand Down
3 changes: 1 addition & 2 deletions knip.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": ["src/main.tsx!", "src/service-worker.ts!"],
"entry": ["src/main.tsx!"],
"project": ["src/**/*.{ts,tsx}!", "!src/test-utils", "!src/setupTests.ts"],
"ignoreDependencies": ["bootstrap-icons", "bootstrap"],
"ignoreBinaries": ["vite"],
"ignore": ["src/**/__mocks__/**", "src/services/**"]
}
Loading

0 comments on commit acce5ca

Please sign in to comment.