diff --git a/packages/hoppscotch-sh-admin/README.md b/packages/hoppscotch-sh-admin/README.md index d5cc173479..d60c9a6c16 100644 --- a/packages/hoppscotch-sh-admin/README.md +++ b/packages/hoppscotch-sh-admin/README.md @@ -42,4 +42,4 @@ 4. Install dependencies by running `pnpm install` within the `hoppscotch-sh-admin` directory 5. It is assumed that the backend is running. Refer the Hoppscotch Backend [`README`](https://github.com/hoppscotch/self-hosted/blob/main/packages/hoppscotch-backend/README.md) to get the backend setup and running. 6. Start the development server with `pnpm run dev`. -7. Open the development site by going to [`http://localhost:3000`](http://localhost:3000) in your browser. +7. Open the development site by going to [`http://localhost:3100`](http://localhost:3100) in your browser. diff --git a/packages/hoppscotch-sh-admin/index.html b/packages/hoppscotch-sh-admin/index.html index e894eb62b2..2b4eeb3f18 100644 --- a/packages/hoppscotch-sh-admin/index.html +++ b/packages/hoppscotch-sh-admin/index.html @@ -5,7 +5,7 @@ - Hoppscotch Admin Page + Hoppscotch Admin @@ -14,4 +14,4 @@ - + \ No newline at end of file diff --git a/packages/hoppscotch-sh-admin/public/favicon.ico b/packages/hoppscotch-sh-admin/public/favicon.ico index df36fcfb72..e24e87f12a 100644 Binary files a/packages/hoppscotch-sh-admin/public/favicon.ico and b/packages/hoppscotch-sh-admin/public/favicon.ico differ diff --git a/packages/hoppscotch-sh-admin/src/components.d.ts b/packages/hoppscotch-sh-admin/src/components.d.ts index 57997592ec..472fa92662 100644 --- a/packages/hoppscotch-sh-admin/src/components.d.ts +++ b/packages/hoppscotch-sh-admin/src/components.d.ts @@ -17,12 +17,8 @@ declare module '@vue/runtime-core' { HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary'] HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary'] HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor'] - HoppSmartAutoComplete: typeof import('@hoppscotch/ui')['HoppSmartAutoComplete'] HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal'] HoppSmartItem: typeof import('@hoppscotch/ui')['HoppSmartItem'] - HoppSmartModal: typeof import('@hoppscotch/ui')['HoppSmartModal'] - HoppSmartSpinner: typeof import('@hoppscotch/ui')['HoppSmartSpinner'] - IconLucideChevronDown: typeof import('~icons/lucide/chevron-down')['default'] IconLucideInbox: typeof import('~icons/lucide/inbox')['default'] IconLucideUser: typeof import('~icons/lucide/user')['default'] ProfilePicture: typeof import('./components/profile/Picture.vue')['default']