Implement error handling and loading states for Appwrite integration

This commit is contained in:
hansoo
2025-05-05 15:41:19 +09:00
parent f83bb384af
commit 5305c98970
19 changed files with 1055 additions and 209 deletions

View File

@@ -7,7 +7,7 @@ import { componentTagger } from "lovable-tagger";
export default defineConfig(({ mode }) => ({
server: {
host: "0.0.0.0",
port: 8080,
port: 3000,
},
plugins: [
react(),