mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-18 10:46:31 +00:00
Import fix 2 (#9992)
* Fix return types * Add getStatusCodeLabel func * Fix logic for import session drawer - Properly re-fetch session data - Rendering improvements * Fix icon * API permission fixes * Enhanced playwright testing * Fix playwright tests * Tweak playwright tests * Remove unused var * Tweak playwright tests
This commit is contained in:
@@ -23,7 +23,6 @@ const OUTPUT_DIR = '../../src/backend/InvenTree/web/static/web';
|
||||
export default defineConfig(({ command, mode }) => {
|
||||
// In 'build' mode, we want to use an empty base URL (for static file generation)
|
||||
const baseUrl: string | undefined = command === 'build' ? '' : undefined;
|
||||
console.log(`Running Vite in '${command}' mode -> base URL: ${baseUrl}`);
|
||||
|
||||
return {
|
||||
plugins: [
|
||||
|
Reference in New Issue
Block a user