mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore(e2e): remove vite-tsconfig-paths (#29145)
This commit is contained in:
parent
34f78e3fd4
commit
df4a708aed
4 changed files with 6 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
const skipDockerSetup = process.env.VITEST_DISABLE_DOCKER_SETUP === 'true';
|
||||
|
|
@ -24,5 +23,7 @@ export default defineConfig({
|
|||
maxWorkers: 1,
|
||||
isolate: false,
|
||||
},
|
||||
plugins: [tsconfigPaths()],
|
||||
resolve: {
|
||||
tsconfigPaths: true,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue