~starkingdoms/starkingdoms

ref: 1af72df4dcd0b59ef71c3af9d0a3c017dc95346c starkingdoms/client/vite.config.ts -rw-r--r-- 225 bytes
1af72df4 — c0repwn3r fix! infra overhaul 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
import { defineConfig } from "vite";

export default defineConfig({
    build: {
        lib: {
            entry: {
                play: "play.html",
                index: "index.html",
            }
        },
    },
});