Skip to content

import { defineConfig } from "vite"; import reactRefresh from "@vitejs/plugin-react-refresh"; // https://vitejs.dev/config/ export default defineConfig({ plugins: [reactRefresh()], build: { outDir: "build" }, server: { strictPort: true, hmr: { port: 443 // Run the websocket server on the SSL port } } }); #82

@ShutApDi

Description

@ShutApDi
No description provided.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions