6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import { handleSession } from 'svelte-kit-cookie-session';
|
|
|
|
export const handle = handleSession({
|
|
secret: 'SOME_COMPLEX_SECRET_32_CHARSLONG'
|
|
});
|