Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove vite-plugin-pwa #578

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ VITE_APP_API_BASE_URL=http://127.0.0.1:3002/
# Whether long replies are supported, which may result in higher API fees
VITE_GLOB_OPEN_LONG_REPLY=true

# When you want to use PWA
VITE_GLOB_APP_PWA=false

# git commit hash
# GITHUB_SHA
VITE_GIT_COMMIT_HASH=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,13 @@
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"naive-ui": "^2.40.1",
"npm-run-all": "^4.1.5",
"pinia": "^2.2.4",
"postcss": "^8.4.47",
"qrcode.vue": "^3.4.1",
"rimraf": "^4.3.0",
"tailwindcss": "^3.4.14",
"typescript": "5.3.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.1",
"vue-i18n": "9.13.1",
Expand Down
Loading
Loading