view vite.config.ts @ 18:6f38aa08408d

starting over: make a web page that draws a streamed graph from collector, with plans for services to scrape the data that collector will subscribe to
author drewp@bigasterisk.com
date Sun, 09 Jan 2022 00:21:41 -0800
parents
children b9fe6d26b3fa
line wrap: on
line source

import { defineConfig } from "vite";

export default defineConfig({
  base: "https://bigasterisk.com/reposync/",
  server: {
    host: "0.0.0.0",
    hmr: {
      port: 443,
    },
  },
});