Update 3D game 2026-07-10 21:20
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/// <reference types="vitest/config" />
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
server: {
|
||||
host: "0.0.0.0",
|
||||
port: 4173,
|
||||
strictPort: true,
|
||||
allowedHosts: ["iwanttoheal.phenomrom.com"],
|
||||
},
|
||||
preview: {
|
||||
host: "0.0.0.0",
|
||||
port: 4173,
|
||||
strictPort: true,
|
||||
allowedHosts: ["iwanttoheal.phenomrom.com"],
|
||||
},
|
||||
test: {
|
||||
environment: "node",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user