Skip to content

Commit

Permalink
added a section for the server configuration in the client app
Browse files Browse the repository at this point in the history
  • Loading branch information
aminnairi committed Dec 16, 2023
1 parent ebfbb25 commit 486061f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import react from "@vitejs/plugin-react";

export default defineConfig({
plugins: [
react()
react(),
],
}); server: {
server: {
port: 8000,
host: "0.0.0.0"
}
Expand Down

0 comments on commit 486061f

Please sign in to comment.