mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2025-12-08 20:29:05 +00:00
sadge
This commit is contained in:
@@ -4,6 +4,8 @@ import { dev } from '$app/environment';
|
||||
export const handle: Handle = async ({ event, resolve }) => {
|
||||
if (dev) {
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
} else {
|
||||
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
}
|
||||
|
||||
return await resolve(event);
|
||||
|
||||
Reference in New Issue
Block a user