changed ports to run on my server

This commit is contained in:
2025-08-15 10:12:51 +02:00
parent 5c6373d16d
commit 725cd7e08a
9 changed files with 24 additions and 23 deletions

View File

@@ -7,7 +7,8 @@ export default defineConfig({
plugins: [react(), svgr(), tailwindcss()],
server: {
host: "0.0.0.0",
port: 8001,
port: 8501,
https: true,
watch: {
usePolling: true,
},