mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 04:21:32 +00:00
Update packages/adapter-electron/functions/setupHandler.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -11,9 +11,9 @@ import { serialize as serializeCookie } from 'cookie';
|
||||
let server;
|
||||
let clientDir;
|
||||
let prerenderedDir;
|
||||
let Protocol = 'http';
|
||||
let Host = '127.0.0.1';
|
||||
let Origin = `${Protocol}://${Host}`;
|
||||
const Protocol = 'http';
|
||||
const Host = '127.0.0.1';
|
||||
const Origin = `${Protocol}://${Host}`;
|
||||
|
||||
/**
|
||||
* Reports errors to the user in a way that can be filed on GitHub
|
||||
|
||||
Reference in New Issue
Block a user