Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
saketh-05 committed Dec 16, 2024
1 parent d6ab2a6 commit bab407b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Frontend/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from 'vite';

//import mkcert from 'vite-plugin-mkcert'
// https://vitejs.dev/config/

export default defineConfig({
plugins: [react()],
server: {
port: 5173,
strictPort: true,
http: true
},
build: {
outDir: 'dist', // Ensure this matches your Dockerfile path
Expand Down

0 comments on commit bab407b

Please sign in to comment.