feat: integrate PDF Tools with toolbox portal
This commit is contained in:
@@ -2,9 +2,10 @@ import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
|
||||
export default defineConfig({
|
||||
base: './',
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: true,
|
||||
allowedHosts: ['pdftools.add-ideas.de'], // ← ADD THIS
|
||||
allowedHosts: ['pdftools.add-ideas.de'],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user