UNPKG

awatif-ui

Version:

Awatif User Interface

10 lines (8 loc) 153 B
import { defineConfig } from "vite"; export default defineConfig({ server: { port: 4600, open: "tables/index.html", }, root: "./src", });