mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Improve Docker setup and reduce memory usage of production containers (#338)
This commit is contained in:
committed by
GitHub
parent
ae7e582ec8
commit
bece6253d5
@@ -1,7 +1,7 @@
|
||||
import type { GetSession, Handle } from '@sveltejs/kit';
|
||||
import * as cookie from 'cookie';
|
||||
import { api } from '@api';
|
||||
import { AxiosError } from 'axios';
|
||||
import AxiosError from 'axios';
|
||||
|
||||
export const handle: Handle = async ({ event, resolve }) => {
|
||||
const cookies = cookie.parse(event.request.headers.get('cookie') || '');
|
||||
|
||||
Reference in New Issue
Block a user