Done: requests

This commit is contained in:
Jose
2026-01-30 16:50:56 +01:00
parent 665ac85701
commit f7070fd91a
12 changed files with 75 additions and 95 deletions

View File

@@ -6,7 +6,7 @@ import cleanPlugin from 'vite-plugin-clean';
export default defineConfig({
plugins: [react(), cleanPlugin()],
server: {
host: "localhost",
host: "0.0.0.0",
port: 3000,
},
build: {