This commit is contained in:
2026-06-15 00:27:35 +00:00
parent 675118faea
commit 9dac148b34
28 changed files with 5303 additions and 5303 deletions
+9
View File
@@ -5,4 +5,13 @@ import tailwindcss from "@tailwindcss/vite";
// https://vite.dev/config/
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
host: "0.0.0.0",
port: 5174,
strictPort: true,
proxy: {
"/boxes": "http://localhost:5000",
"/items": "http://localhost:5000",
},
},
});