Initial commit
This commit is contained in:
6
src/hooks.server.js
Normal file
6
src/hooks.server.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// This is a placeholder hooks.server.js file
|
||||
// We're using a standalone WebSocket server instead of integrating with SvelteKit hooks
|
||||
|
||||
export async function handle({ event, resolve }) {
|
||||
return await resolve(event);
|
||||
}
|
||||
Reference in New Issue
Block a user