refactor(hooks): remove unused PWA install and visibility hooks

refactor(package): remove deprecated dev:proxy script
fix(user): ensure user-auth-sync is exported in index
This commit is contained in:
2026-06-17 17:27:18 +08:00
parent a969030f40
commit 67d0bd5cd0
5 changed files with 1 additions and 92 deletions
-1
View File
@@ -4,7 +4,6 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:proxy": "HTTPS_PROXY=http://127.0.0.1:7891 next dev",
"build": "next build",
"start": "next start -p 9135",
"build:start": "npm run build && npm run start",