Skip to content

Commit d03a55f

Browse files
authored
build: remove vite-plugin-pwa (#578)
* build: remove vite-plugin-pwa Signed-off-by: Bob Du <i@bobdu.cc> * chore: remove unused deps Signed-off-by: Bob Du <i@bobdu.cc> --------- Signed-off-by: Bob Du <i@bobdu.cc>
1 parent b3ac4b0 commit d03a55f

File tree

5 files changed

+117
-2877
lines changed

5 files changed

+117
-2877
lines changed

.env

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ VITE_APP_API_BASE_URL=http://127.0.0.1:3002/
66
# Whether long replies are supported, which may result in higher API fees
77
VITE_GLOB_OPEN_LONG_REPLY=true
88

9-
# When you want to use PWA
10-
VITE_GLOB_APP_PWA=false
11-
129
# git commit hash
1310
# GITHUB_SHA
1411
VITE_GIT_COMMIT_HASH=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@
5151
"markdown-it": "^14.1.0",
5252
"markdown-it-link-attributes": "^4.0.1",
5353
"naive-ui": "^2.40.1",
54-
"npm-run-all": "^4.1.5",
5554
"pinia": "^2.2.4",
5655
"postcss": "^8.4.47",
5756
"qrcode.vue": "^3.4.1",
5857
"rimraf": "^4.3.0",
5958
"tailwindcss": "^3.4.14",
6059
"typescript": "5.3.3",
6160
"vite": "^5.4.10",
62-
"vite-plugin-pwa": "^0.20.5",
6361
"vue": "^3.5.12",
6462
"vue-chartjs": "^5.3.1",
6563
"vue-i18n": "9.13.1",

0 commit comments

Comments
 (0)