mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): remove warnings during the build (#7035)
* fix: remove warnings during the build * fix: optimize chunks size * fix: remove split vendor chunk strategy * remove custom chunk * Update web/src/routes/(user)/map/+page.svelte * revert change --------- Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
This commit is contained in:
parent
84191e352e
commit
c0a09d06a2
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import type { AssetResponseDto, ServerVersionResponseDto } from '@api';
|
||||
import { Socket, io } from 'socket.io-client';
|
||||
import { type Socket, io } from 'socket.io-client';
|
||||
import { writable } from 'svelte/store';
|
||||
import { loadConfig } from './server-config.store';
|
||||
import { getAuthUser } from '$lib/utils/auth';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue