Mercurial > code > home > repos > light9
view web/vite.config.ts @ 2376:4556eebe5d73
topdir reorgs; let pdm have its src/ dir; separate vite area from light9/
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:02:10 -0700 |
parents | light9/web/vite.config.ts@9d47c44d4ae4 |
children | ef3cde3e81e8 |
line wrap: on
line source
import { defineConfig } from "vite"; export default defineConfig({ base: "/", root: "./web", publicDir: "../node_modules", server: { host: "0.0.0.0", strictPort: true, port: 8300, hmr: { port: 8301, }, }, clearScreen: false, define: { global: {}, }, });