* Split OAuth Provider's ui into its own package * Create distinct entry files for authorization and error pages
7 lines
264 B
Markdown
7 lines
264 B
Markdown
In dev, use `pnpm dev:ui` to start a mock ui server. This will serve the ui through Vite at `http://localhost:5173`.
|
|
|
|
Use the following urls to live-preview the various ui pages:
|
|
|
|
http://localhost:5173/authorization-page.html
|
|
http://localhost:5173/error-page.html
|