Deterministic 10Hz sim (power/breaker, spatial heat, uplink bandwidth, train-vs-infer economy), Pixi isometric renderer over MODELBEAST-generated room + sprites, DOM HUD with SlopTube feed, save/load, company naming, WebAudio SFX. Slop thumbnails are genuine diffusion slop; low model tiers publish deranged qwen-7B titles, training buys coherence. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
import { defineConfig } from "vite";
|
|
|
|
export default defineConfig({
|
|
server: { port: 5173, strictPort: true },
|
|
build: { target: "es2022" },
|
|
});
|