Add drag-and-drop upload component with chunked uploads and offline support
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/// <reference types="vitest" />
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
|
||||
@@ -9,5 +10,11 @@ export default defineConfig({
|
||||
'/health': 'http://localhost:8080',
|
||||
'/project': 'http://localhost:8080',
|
||||
}
|
||||
},
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'jsdom',
|
||||
setupFiles: './src/test/setup.ts',
|
||||
css: true,
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user