Integrate PDF parsing functionality: Add 'pdf-parse' dependency to package.json and package-lock.json. Update worshipController to include logic for handling PDF imports, enhancing the event management process. Refactor routing to support new newsletter import features and improve event form handling for better user experience.
This commit is contained in:
@@ -6,7 +6,7 @@ import { fileURLToPath, URL } from 'node:url';
|
||||
// - Dev-Proxy /api -> Backend
|
||||
// - Build nach dist/ (wie gewohnt), danach copy-dist -> public/ (bestehender Deploy-Flow)
|
||||
export default defineConfig(({ mode }) => {
|
||||
const backendTarget = process.env.VITE_BACKEND_PROXY || 'http://torstens:3010';
|
||||
const backendTarget = process.env.VITE_BACKEND_PROXY || 'http://localhost:3010';
|
||||
|
||||
return {
|
||||
plugins: [vue()],
|
||||
|
||||
Reference in New Issue
Block a user