chore(web): auto sort imports (#7118)

chore(web): auto sort impomrts
This commit is contained in:
Jason Rasmussen
2024-02-14 10:54:32 -05:00
committed by GitHub
parent 2906950188
commit 747df0ae86
8 changed files with 32 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { sveltekit } from '@sveltejs/kit/vite';
import path from 'node:path';
import { visualizer } from 'rollup-plugin-visualizer';
import { defineConfig } from 'vite';
import path from 'node:path';
const upstream = {
target: process.env.IMMICH_SERVER_URL || 'http://immich-server:3001/',