import { defineConfig } from "@solidjs/start/config";
import UnoCSS from "unocss/vite";
export default defineConfig({
vite: {
server: {
port: 3000,
strictPort: true,
hmr: {
port: 64314
}
// hmr: {
// protocol: "wss",
// port: 22300,
// clientPort: 443,
// path: "hmr/"
// },
},
plugins: [UnoCSS()],
},
});
import { defineConfig } from "@solidjs/start/config";
import UnoCSS from "unocss/vite";
export default defineConfig({
vite: {
server: {
port: 3000,
strictPort: true,
hmr: {
port: 64314
}
// hmr: {
// protocol: "wss",
// port: 22300,
// clientPort: 443,
// path: "hmr/"
// },
},
plugins: [UnoCSS()],
},
});