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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user