Skip to content

Commit

Permalink
chore: changed server port
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCRIBM committed May 13, 2024
1 parent a915287 commit c990df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
server: {
port: 3000
}
})

0 comments on commit c990df4

Please sign in to comment.