Skip to content

Commit

Permalink
fix(ui): format error
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia committed Jan 3, 2025
1 parent 78b4fdb commit 5bf2001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import react from "@vitejs/plugin-react-swc";
import path from "path";

//! Keep '0.0.0.0', because 'localhost' may not working on Mac
const SERVER_URL = "http://0.0.0.0:8080";
const SERVER_URL = "http://0.0.0.0:8080";

// https://vitejs.dev/config/
export default defineConfig(({ mode }) => {
Expand Down

0 comments on commit 5bf2001

Please sign in to comment.