Improve logging and update development server port

Add error handling for notification log insertion and change Vite dev server port from 8080 to 5000.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 853a87ae-e13d-4762-9a69-fbd3990ed527
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
This commit is contained in:
pac7
2025-10-07 15:37:50 +00:00
parent f02ba17760
commit ab05998b58
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ import { componentTagger } from "lovable-tagger";
export default defineConfig(({ mode }) => ({
server: {
host: "::",
port: 8080,
port: 5000,
},
plugins: [react(), mode === "development" && componentTagger()].filter(Boolean),
resolve: {