back to tunneling port 3000

This commit is contained in:
2025-08-11 23:36:28 +02:00
parent 43a99d7e77
commit edc1826a7d

View File

@@ -7,7 +7,7 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"tunnel": "npx cloudflared tunnel --url http://localhost:3001" "tunnel": "npx cloudflared tunnel --url http://localhost:3000"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.84.2", "@tanstack/react-query": "^5.84.2",