Releases: salvoravida/localhostify
Releases · salvoravida/localhostify
v0.2.0
v0.1.1
- (chrome-ext): fix storage init value
v0.1.0
v0.0.9
- Add support for External Redirects! (SSO and 3rd provider login!)
//.localhostify.js
externalRedirects: [
{
match: '/api/auth/callback',
replace: ['https://prod.domain.com', 'http://localhost:3001'],
}
]
Run npx localhostify --chrome-ext
to create the Chrome Web Extension!